summary refs log tree commit diff
path: root/pkgs/tools/misc/cowsay
Commit message (Collapse)AuthorAge
* cowsay: add COWPATH wrapperenc0urage2023-03-25
|
* cowsay: add anthonyroussel to maintainersAnthony Roussel2023-01-08
|
* cowsay: 3.04 -> 3.7.0Anthony Roussel2023-01-08
|
* cowsay: 3.03+dfsg2 -> 3.0.legendofmiracles2021-05-26
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* formatting: fix missing leading whitespace10001012020-06-07
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* cowsay: fix crossFlorian Klink2018-12-04
| | | | | | | | | 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.
* cowsay: 3.0.3+dfsg1-16 -> 3.0.3+dfsg2Aneesh Agrawal2018-08-17
| | | | The old source no longer exists.
* cowsay: add licenseMarkus Kowalewski2018-08-15
|
* cowsay: init at 3.03+dfsg1-16Tim Steinbach2016-11-04
|
* Remove cowsayTim Steinbach2016-11-04
| | | | Sources no longer exist
* Add cowsay to the channelEelco Dolstra2013-01-30
|
* add meta attribute for cowsayRob Vermaas2012-01-31
| | | | svn path=/nixpkgs/trunk/; revision=31938
* add cowsayRob Vermaas2012-01-30
svn path=/nixpkgs/trunk/; revision=31936