Move the gmp dependency to nettle, where it originates.
As pointed out by Ludovic Courtès. svn path=/nixpkgs/trunk/; revision=26812
This commit is contained in:
@@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0knp778738dpgbcj1yz54a7jsvmarfiafzl05z086bc470z6plmp";
|
||||
};
|
||||
|
||||
buildInputs = [ gmp gnum4 ];
|
||||
buildInputs = [ gnum4 ];
|
||||
propagatedBuildInputs = [ gmp ];
|
||||
|
||||
doCheck = (stdenv.system != "i686-cygwin");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user