1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

Build GNU Nettle.

svn path=/nixpkgs/trunk/; revision=23363
This commit is contained in:
Ludovic Courtès 2010-08-23 14:50:55 +00:00
parent c50ae128d5
commit 3002aafcf3

View file

@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
homepage = http://www.lysator.liu.se/~nisse/nettle/;
maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.all;
};
}