dynd: fix build (#68864)

dynd: fix build
This commit is contained in:
Jörg Thalheim 2019-09-23 20:18:04 +01:00 committed by GitHub
commit f2eb615a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,8 @@ buildPythonPackage rec {
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
# figure out.
doCheck = !isPy3k;