Commit graph

11 commits

Author SHA1 Message Date
R. RyanTM ab08921f45 aescrypt: 3.13 -> 3.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aescrypt/versions
2019-03-03 09:19:02 +01:00
Ben Creasy 03872eb107 aescrypt: fix darwin build 2018-05-26 14:28:02 -07:00
Matthew Bauer 929f469ede treewide: remove libiconv hacks 2018-03-22 16:50:11 -05:00
Jean-Pierre PRUNARET fd6db4f913 aescrypt: use https to fetch archive 2017-08-13 14:18:49 +02:00
Robin Gloster e22673aa36
aescrypt: 3.0.9 -> 3.13 2017-05-23 02:45:21 +02:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Eric Seidel e08b9ab8d3 kill libiconvOr*
Conflicts:
	pkgs/applications/networking/mailreaders/sup/default.nix
	pkgs/development/compilers/ghc/7.8.3-binary.nix
	pkgs/development/interpreters/php/5.3.nix
	pkgs/development/interpreters/ruby/patches.nix
	pkgs/development/libraries/cairo/default.nix
	pkgs/development/libraries/poppler/default.nix
	pkgs/top-level/all-packages.nix
2015-02-07 20:29:28 -08:00
Peter Simons 125bf9e488 aescrypt: limit meta.hydraPlatforms to Linux
Builds on other platforms such as FreeBSD fail.
2013-12-06 19:29:22 +01:00
Jason \"Don\" O'Conal 3fe02f7c8b aescrypt: fix build on darwin
* add libiconvOrEmpty to build inputs
* add '-liconv' to LDFLAGS
2013-07-07 13:46:08 +02:00
Joachim Schiele 431cd91f01 fixed requested changes 2013-07-01 18:24:43 +02:00
Joachim Schiele 4d3c59f454 added AES crypt 2013-06-27 13:44:29 +02:00