python.pkgs.tlsh: fix build
This commit is contained in:
parent
2df3397375
commit
515ae5a15a
@ -20,10 +20,7 @@ buildPythonPackage {
|
|||||||
# no test data
|
# no test data
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
preConfigure = ''
|
postConfigure = ''
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
cmake ..
|
|
||||||
cd ../py_ext
|
cd ../py_ext
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user