gem-config: add curses (#45068)
This commit is contained in:
parent
86dc867803
commit
3116e6e6b9
@ -80,6 +80,10 @@ in
|
|||||||
buildInputs = [ curl ];
|
buildInputs = [ curl ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
curses = attrs: {
|
||||||
|
buildInputs = [ ncurses ];
|
||||||
|
};
|
||||||
|
|
||||||
dep-selector-libgecode = attrs: {
|
dep-selector-libgecode = attrs: {
|
||||||
USE_SYSTEM_GECODE = true;
|
USE_SYSTEM_GECODE = true;
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user