Fix argument retrieval

svn path=/nixpkgs/trunk/; revision=20263
This commit is contained in:
Michael Raskin 2010-02-26 07:14:11 +00:00
parent 98c282d12b
commit df0922aab7

View File

@ -16,7 +16,8 @@ rec {
"--enable-threads"
]
++
(a.lib.optional (! a.noUnicode) "--enable-unicode")
(a.lib.optional (! (a.lib.attrByPath ["noUnicode"] false a))
"--enable-unicode")
;
/* doConfigure should be removed if not needed */