vimPlugins.cpsm: wants ncurses
This commit is contained in:
parent
99c27720ed
commit
77303e90a6
|
@ -2037,6 +2037,7 @@ rec {
|
||||||
cmake
|
cmake
|
||||||
boost
|
boost
|
||||||
icu
|
icu
|
||||||
|
ncurses
|
||||||
];
|
];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
cmake
|
cmake
|
||||||
boost
|
boost
|
||||||
icu
|
icu
|
||||||
|
ncurses
|
||||||
];
|
];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
|
|
Loading…
Reference in New Issue