Merge pull request #29629 from nicknovitski/patch-1
gemconfig: add curb
This commit is contained in:
commit
4eb5731253
@ -67,6 +67,10 @@ in
|
|||||||
charlock_holmes = attrs: {
|
charlock_holmes = attrs: {
|
||||||
buildInputs = [ which icu zlib ];
|
buildInputs = [ which icu zlib ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
curb = attrs: {
|
||||||
|
buildInputs = [ curl ];
|
||||||
|
};
|
||||||
|
|
||||||
dep-selector-libgecode = attrs: {
|
dep-selector-libgecode = attrs: {
|
||||||
USE_SYSTEM_GECODE = true;
|
USE_SYSTEM_GECODE = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user