cpsm: init at 565ab53a66fa52c46d80adf6981b07f4bdffcb1d
This commit is contained in:
12
pkgs/misc/vim-plugins/vim2nix/additional-nix-code/cpsm
Normal file
12
pkgs/misc/vim-plugins/vim2nix/additional-nix-code/cpsm
Normal file
@@ -0,0 +1,12 @@
|
||||
buildInputs = [
|
||||
python3
|
||||
stdenv
|
||||
cmake
|
||||
boost
|
||||
icu
|
||||
];
|
||||
buildPhase = ''
|
||||
patchShebangs .
|
||||
export PY3=ON
|
||||
./install.sh
|
||||
'';
|
||||
Reference in New Issue
Block a user