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