mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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 buildInputs;
|
||||
configureFlags = [];
|
||||
configureFlags = [
|
||||
"--enable-threads"
|
||||
"--enable-unicode"
|
||||
];
|
||||
|
||||
/* doConfigure should be removed if not needed */
|
||||
phaseNames = ["doConfigure" "doMakeInstall"];
|
||||
|
Loading…
Reference in New Issue
Block a user