Add some configure options for ECL
svn path=/nixpkgs/trunk/; revision=19885
This commit is contained in:
parent
becfc4fd55
commit
357a19ec4e
@ -10,7 +10,10 @@ rec {
|
|||||||
|
|
||||||
inherit (s) name;
|
inherit (s) name;
|
||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
configureFlags = [];
|
configureFlags = [
|
||||||
|
"--enable-threads"
|
||||||
|
"--enable-unicode"
|
||||||
|
];
|
||||||
|
|
||||||
/* doConfigure should be removed if not needed */
|
/* doConfigure should be removed if not needed */
|
||||||
phaseNames = ["doConfigure" "doMakeInstall"];
|
phaseNames = ["doConfigure" "doMakeInstall"];
|
||||||
|
Loading…
Reference in New Issue
Block a user