* makeFlags -> buildFlags in a few places.
svn path=/nixpkgs/trunk/; revision=7503
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
source $stdenv/setup
|
||||
|
||||
makeFlags="linux-x86"
|
||||
buildFlags="linux-x86"
|
||||
|
||||
installPhase=installPhase
|
||||
installPhase() {
|
||||
|
||||
@@ -7,5 +7,5 @@ stdenv.mkDerivation {
|
||||
md5 = "a05bed4aa63637052e60690ccde70421";
|
||||
};
|
||||
buildInputs = [x11 libXaw];
|
||||
makeFlags = "without_doc";
|
||||
buildFlags = "without_doc";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user