mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03: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 New Issue
Block a user