summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2009-07-23 19:14:00 +0000
committerRob Vermaas <rob.vermaas@gmail.com>2009-07-23 19:14:00 +0000
commitc0fbe9b7a3f8c94267e698e9a16b8d24b9451b06 (patch)
treefefbd8eac21207001537a644a5122718e11d5ed3 /pkgs/development
parentac67112c3f24c85e6f209dada1ff9a9a02cd8bad (diff)
downloadnixlib-c0fbe9b7a3f8c94267e698e9a16b8d24b9451b06.tar
nixlib-c0fbe9b7a3f8c94267e698e9a16b8d24b9451b06.tar.gz
nixlib-c0fbe9b7a3f8c94267e698e9a16b8d24b9451b06.tar.bz2
nixlib-c0fbe9b7a3f8c94267e698e9a16b8d24b9451b06.tar.lz
nixlib-c0fbe9b7a3f8c94267e698e9a16b8d24b9451b06.tar.xz
nixlib-c0fbe9b7a3f8c94267e698e9a16b8d24b9451b06.tar.zst
nixlib-c0fbe9b7a3f8c94267e698e9a16b8d24b9451b06.zip
temporary reinstate patch for darwin openssl
svn path=/nixpkgs/trunk/; revision=16442
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/openssl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/openssl/default.nix b/pkgs/development/libraries/openssl/default.nix
index 7b1212efacfc..4548134f1f9b 100644
--- a/pkgs/development/libraries/openssl/default.nix
+++ b/pkgs/development/libraries/openssl/default.nix
@@ -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/;