gem-config: add curses (#45068)
This commit is contained in:
parent
86dc867803
commit
3116e6e6b9
1 changed files with 4 additions and 0 deletions
|
@ -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