* Doh.
svn path=/nixpkgs/trunk/; revision=16213
This commit is contained in:
parent
cc28087b5a
commit
e5a611030f
@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
||||
|
||||
makeFlags =
|
||||
["NSPR_CONFIG_STATUS=" "NSDISTMODE=copy" "BUILD_OPT=1" "SOURCE_PREFIX=\$(out)"]
|
||||
++ stdenv.lib.optionals stdenv.is64bit "USE_64=1";
|
||||
++ stdenv.lib.optional stdenv.is64bit "USE_64=1";
|
||||
|
||||
buildFlags = "nss_build_all";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user