forked from mirrors/nixpkgs
Fix argument retrieval
svn path=/nixpkgs/trunk/; revision=20263
This commit is contained in:
parent
98c282d12b
commit
df0922aab7
|
@ -16,7 +16,8 @@ rec {
|
||||||
"--enable-threads"
|
"--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 */
|
/* doConfigure should be removed if not needed */
|
||||||
|
|
Loading…
Reference in a new issue