Merge pull request 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
1 changed files with 4 additions and 0 deletions
pkgs/development/ruby-modules/gem-config

View File

@ -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 = ''