* makeFlags -> buildFlags in a few places.

svn path=/nixpkgs/trunk/; revision=7503
This commit is contained in:
Eelco Dolstra
2006-12-27 18:34:35 +00:00
parent b8b44e026c
commit f861c8b66c
17 changed files with 22 additions and 22 deletions

View File

@@ -7,5 +7,5 @@ stdenv.mkDerivation {
md5 = "a05bed4aa63637052e60690ccde70421";
};
buildInputs = [x11 libXaw];
makeFlags = "without_doc";
buildFlags = "without_doc";
}