libgpuarray: fix build

move cmake into nativeBuildInputs
This commit is contained in:
Markus Kowalewski 2019-03-29 14:18:55 +01:00
parent 4c74ee948e
commit ad1e7b09c0
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -66,8 +66,9 @@ buildPythonPackage rec {
enableParallelBuilding = true;
nativeBuildInputs = [ cmake ];
buildInputs = [
cmake
cython
nose
];