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
'';