GNU Nettle: Tentative patch for Cygwin.
svn path=/nixpkgs/trunk/; revision=17250
This commit is contained in:
@@ -13,6 +13,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
patches = stdenv.lib.optional (stdenv.system == "i686-cygwin")
|
||||
./cygwin.patch;
|
||||
|
||||
meta = {
|
||||
description = "GNU Nettle, a cryptographic library";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user