3
0
Fork 0
forked from mirrors/nixpkgs

Relaxed nixCustomFun parameter constraints a bit (string -> string or list of strings)

svn path=/nixpkgs/trunk/; revision=11901
This commit is contained in:
Michael Raskin 2008-05-26 19:04:19 +00:00
parent 94672236c6
commit 2d15d345ec

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation {
--with-store-dir=${storeDir} --localstatedir=${stateDir}
--with-aterm=${aterm} --with-bdb=${db4} --with-bzip2=${bzip2}
--disable-init-state
${configureFlags}
${toString configureFlags}
'';
meta = {