temporary reinstate patch for darwin openssl

svn path=/nixpkgs/trunk/; revision=16442
This commit is contained in:
Rob Vermaas 2009-07-23 19:14:00 +00:00
parent ac67112c3f
commit c0fbe9b7a3

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
configureFlags = "shared"; configureFlags = "shared";
#patches = if stdenv.system == "i686-darwin" then [ ./darwin-arch.patch ] else []; patches = if stdenv.system == "i686-darwin" then [ ./darwin-arch.patch ] else [];
meta = { meta = {
homepage = http://www.openssl.org/; homepage = http://www.openssl.org/;