* Merge zlib mac patch.

svn path=/nixpkgs/trunk/; revision=1445
This commit is contained in:
Eelco Dolstra
2004-09-18 17:58:42 +00:00
parent 1ab4a9324c
commit a801ea32a8
4 changed files with 4 additions and 20 deletions

View File

@@ -7,4 +7,5 @@ stdenv.mkDerivation {
md5 = "ef1cb003448b4a53517b8f25adb12452";
};
configureFlags = "--shared";
patches = [./darwin.patch];
}