mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
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"
|
||||
]
|
||||
++
|
||||
(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 */
|
||||
|
Loading…
Reference in New Issue
Block a user