mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Make Unicode support optional
svn path=/nixpkgs/trunk/; revision=20261
This commit is contained in:
parent
a777402b21
commit
98c282d12b
@ -14,8 +14,10 @@ rec {
|
||||
inherit buildInputs propagatedBuildInputs;
|
||||
configureFlags = [
|
||||
"--enable-threads"
|
||||
"--enable-unicode"
|
||||
];
|
||||
]
|
||||
++
|
||||
(a.lib.optional (! a.noUnicode) "--enable-unicode")
|
||||
;
|
||||
|
||||
/* doConfigure should be removed if not needed */
|
||||
phaseNames = ["doConfigure" "doMakeInstall" "fixEclConfig"];
|
||||
|
Loading…
Reference in New Issue
Block a user