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:
parent
94672236c6
commit
2d15d345ec
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue