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;
|
inherit buildInputs propagatedBuildInputs;
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-threads"
|
"--enable-threads"
|
||||||
"--enable-unicode"
|
]
|
||||||
];
|
++
|
||||||
|
(a.lib.optional (! a.noUnicode) "--enable-unicode")
|
||||||
|
;
|
||||||
|
|
||||||
/* doConfigure should be removed if not needed */
|
/* doConfigure should be removed if not needed */
|
||||||
phaseNames = ["doConfigure" "doMakeInstall" "fixEclConfig"];
|
phaseNames = ["doConfigure" "doMakeInstall" "fixEclConfig"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user