temporary reinstate patch for darwin openssl
svn path=/nixpkgs/trunk/; revision=16442
This commit is contained in:
parent
ac67112c3f
commit
c0fbe9b7a3
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
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 = {
|
||||
homepage = http://www.openssl.org/;
|
||||
|
Loading…
Reference in New Issue
Block a user