1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-18 02:46:28 +00:00

* Comment out; not clear if we'll actually need this with a properly

built GCC.

svn path=/nixpkgs/trunk/; revision=16102
This commit is contained in:
Eelco Dolstra 2009-06-30 15:19:32 +00:00
parent d1e39e78f9
commit d4fb6f3a53

View file

@ -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/;