summary refs log tree commit diff
path: root/pkgs/tools/misc/cowsay
AgeCommit message (Collapse)AuthorFilesLines
2021-05-26cowsay: 3.03+dfsg2 -> 3.0.legendofmiracles1-14/+26
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-06-07formatting: fix missing leading whitespace10001011-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-04cowsay: fix crossFlorian Klink1-1/+11
The install.sh script looks for all perls in $PATH, tries to execute these to test whether that perl is "good", if it is, takes it and puts it into the shebang. This obviously can't work for cross. As installation seems to be pretty trivial, do it in a custom install phase.
2018-08-17cowsay: 3.0.3+dfsg1-16 -> 3.0.3+dfsg2Aneesh Agrawal1-7/+7
The old source no longer exists.
2018-08-15cowsay: add licenseMarkus Kowalewski1-4/+5
2016-11-04cowsay: init at 3.03+dfsg1-16Tim Steinbach1-0/+24
2016-11-04Remove cowsayTim Steinbach1-23/+0
Sources no longer exist
2013-01-30Add cowsay to the channelEelco Dolstra1-3/+8
2012-01-31add meta attribute for cowsayRob Vermaas1-0/+5
svn path=/nixpkgs/trunk/; revision=31938
2012-01-30add cowsayRob Vermaas1-0/+13
svn path=/nixpkgs/trunk/; revision=31936