cpsm: init at 565ab53a66fa52c46d80adf6981b07f4bdffcb1d

This commit is contained in:
Carl Sverre
2016-11-24 00:16:24 -08:00
parent b69f568f4c
commit a7500ca12b
3 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
buildInputs = [
python3
stdenv
cmake
boost
icu
];
buildPhase = ''
patchShebangs .
export PY3=ON
./install.sh
'';