1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 18:42:15 +00:00
nixpkgs/pkgs/misc/vim-plugins/vim2nix/additional-nix-code/cpsm
2018-04-08 22:26:53 +01:00

14 lines
191 B
Plaintext

buildInputs = [
python3
stdenv
cmake
boost
icu
ncurses
];
buildPhase = ''
patchShebangs .
export PY3=ON
./install.sh
'';