gemconfig: add curb
This commit is contained in:
parent
6558f81bc9
commit
5ddfcc774c
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ in
|
|||
charlock_holmes = attrs: {
|
||||
buildInputs = [ which icu zlib ];
|
||||
};
|
||||
|
||||
curb = attrs: {
|
||||
buildInputs = [ curl ];
|
||||
};
|
||||
|
||||
dep-selector-libgecode = attrs: {
|
||||
USE_SYSTEM_GECODE = true;
|
||||
|
|
Loading…
Reference in a new issue