libgpuarray: fix build
move cmake into nativeBuildInputs
This commit is contained in:
parent
4c74ee948e
commit
ad1e7b09c0
@ -66,8 +66,9 @@ buildPythonPackage rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
buildInputs = [
|
||||
cmake
|
||||
cython
|
||||
nose
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user