mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Build GNU Nettle.
svn path=/nixpkgs/trunk/; revision=23363
This commit is contained in:
parent
c50ae128d5
commit
3002aafcf3
|
@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://www.lysator.liu.se/~nisse/nettle/;
|
homepage = http://www.lysator.liu.se/~nisse/nettle/;
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue