GNU Nettle: Tentative patch for Cygwin.

svn path=/nixpkgs/trunk/; revision=17250
This commit is contained in:
Ludovic Courtès
2009-09-18 15:01:47 +00:00
parent 26dc84f99a
commit 519b26bd4d
2 changed files with 15 additions and 0 deletions
@@ -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";