3
0
Fork 0
forked from mirrors/nixpkgs

Add some configure options for ECL

svn path=/nixpkgs/trunk/; revision=19885
This commit is contained in:
Michael Raskin 2010-02-09 13:54:29 +00:00
parent becfc4fd55
commit 357a19ec4e

View file

@ -10,7 +10,10 @@ rec {
inherit (s) name;
inherit buildInputs;
configureFlags = [];
configureFlags = [
"--enable-threads"
"--enable-unicode"
];
/* doConfigure should be removed if not needed */
phaseNames = ["doConfigure" "doMakeInstall"];