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:
parent
86dc867803
commit
3116e6e6b9
|
@ -80,6 +80,10 @@ in
|
|||
buildInputs = [ curl ];
|
||||
};
|
||||
|
||||
curses = attrs: {
|
||||
buildInputs = [ ncurses ];
|
||||
};
|
||||
|
||||
dep-selector-libgecode = attrs: {
|
||||
USE_SYSTEM_GECODE = true;
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue