python.pkgs.tlsh: fix build

This commit is contained in:
Frederik Rietdijk 2019-09-08 21:30:03 +02:00
parent 2df3397375
commit 515ae5a15a

View File

@ -20,10 +20,7 @@ buildPythonPackage {
# no test data
doCheck = false;
preConfigure = ''
mkdir build
cd build
cmake ..
postConfigure = ''
cd ../py_ext
'';