* makeFlags -> buildFlags in a few places.
svn path=/nixpkgs/trunk/; revision=7503
This commit is contained in:
@@ -10,6 +10,6 @@ stdenv.mkDerivation {
|
||||
configureScript = ./configure-3.08.0;
|
||||
dontAddPrefix = "True";
|
||||
configureFlags = ["-no-tk" "-x11lib" x11];
|
||||
makeFlags = ["world" "bootstrap" "opt"];
|
||||
buildFlags = ["world" "bootstrap" "opt"];
|
||||
checkTarget = ["opt.opt"];
|
||||
}
|
||||
|
||||
@@ -10,6 +10,6 @@ stdenv.mkDerivation {
|
||||
configureScript = ./configure-3.09.1;
|
||||
dontAddPrefix = "True";
|
||||
configureFlags = ["-no-tk" "-x11lib" x11];
|
||||
makeFlags = ["world" "bootstrap" "opt"];
|
||||
buildFlags = ["world" "bootstrap" "opt"];
|
||||
checkTarget = ["opt.opt"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user