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:
parent
d1e39e78f9
commit
d4fb6f3a53
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue