dynd: fix build
This commit is contained in:
parent
e6b249ce21
commit
f9da799b87
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ buildPythonPackage rec {
|
||||||
substituteInPlace setup.py --replace "'--always', '--match', 'v*']).decode('ascii').strip('\n')" ""
|
substituteInPlace setup.py --replace "'--always', '--match', 'v*']).decode('ascii').strip('\n')" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
dontUseCmakeConfigure = true;
|
||||||
|
|
||||||
# Python 3 works but has a broken import test that I couldn't
|
# Python 3 works but has a broken import test that I couldn't
|
||||||
# figure out.
|
# figure out.
|
||||||
doCheck = !isPy3k;
|
doCheck = !isPy3k;
|
||||||
|
|
Loading…
Reference in a new issue