pkgs/development/interpreters/lua-5: $makeFlags is not a list

svn path=/nixpkgs/trunk/; revision=23359
This commit is contained in:
Peter Simons 2010-08-23 14:29:26 +00:00
parent a65aab0171
commit f79f257c88

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "0fmgk100ficm1jbm4ga9xy484v4cm89wsdfckdybb9gjx8jy4f5h";
};
makeFlags = [ "CFLAGS=-fPIC" ];
makeFlags = "CFLAGS=-fPIC";
buildFlags = "linux"; # TODO: support for non-linux systems
installFlags = "install INSTALL_TOP=\${out}";
postInstall = ''