From d4fb6f3a532d90b2ee897a82d0500043051793f4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 30 Jun 2009 15:19:32 +0000 Subject: [PATCH] * Comment out; not clear if we'll actually need this with a properly built GCC. svn path=/nixpkgs/trunk/; revision=16102 --- pkgs/development/libraries/openssl/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/openssl/default.nix b/pkgs/development/libraries/openssl/default.nix index d1da98d5fbd..7b1212efacf 100644 --- a/pkgs/development/libraries/openssl/default.nix +++ b/pkgs/development/libraries/openssl/default.nix @@ -13,7 +13,8 @@ stdenv.mkDerivation rec { configureScript = "./config"; 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/;