mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
vimPlugins.cpsm: wants ncurses
This commit is contained in:
parent
99c27720ed
commit
77303e90a6
|
@ -2037,6 +2037,7 @@ rec {
|
|||
cmake
|
||||
boost
|
||||
icu
|
||||
ncurses
|
||||
];
|
||||
buildPhase = ''
|
||||
patchShebangs .
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
cmake
|
||||
boost
|
||||
icu
|
||||
ncurses
|
||||
];
|
||||
buildPhase = ''
|
||||
patchShebangs .
|
||||
|
|
Loading…
Reference in a new issue