Merge pull request #29629 from nicknovitski/patch-1
gemconfig: add curb
This commit is contained in:
commit
4eb5731253
pkgs/development/ruby-modules/gem-config
|
@ -68,6 +68,10 @@ in
|
||||||
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;
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in New Issue