1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

Merge pull request #29629 from nicknovitski/patch-1

gemconfig: add curb
This commit is contained in:
Jörg Thalheim 2017-09-21 08:49:35 +01:00 committed by GitHub
commit 4eb5731253

View file

@ -67,6 +67,10 @@ in
charlock_holmes = attrs: {
buildInputs = [ which icu zlib ];
};
curb = attrs: {
buildInputs = [ curl ];
};
dep-selector-libgecode = attrs: {
USE_SYSTEM_GECODE = true;