1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00

gem-config: add curses (#45068)

This commit is contained in:
Alyssa Ross 2018-08-15 15:32:50 +02:00 committed by zimbatm
parent 86dc867803
commit 3116e6e6b9

View file

@ -80,6 +80,10 @@ in
buildInputs = [ curl ];
};
curses = attrs: {
buildInputs = [ ncurses ];
};
dep-selector-libgecode = attrs: {
USE_SYSTEM_GECODE = true;
postInstall = ''