summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/libgpuarray
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@fysik.su.se>2019-03-29 14:18:55 +0100
committerMarkus Kowalewski <markus.kowalewski@fysik.su.se>2019-03-29 14:18:55 +0100
commitad1e7b09c085cb3a7972d4a59bdca685d25c3ccb (patch)
tree466320801f1ec2b41a889c50a8b3d2039d9bdf3c /pkgs/development/python-modules/libgpuarray
parent4c74ee948ed6b709f79fa7af809ebba7e308504b (diff)
libgpuarray: fix build
move cmake into nativeBuildInputs
Diffstat (limited to 'pkgs/development/python-modules/libgpuarray')
-rw-r--r--pkgs/development/python-modules/libgpuarray/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/libgpuarray/default.nix b/pkgs/development/python-modules/libgpuarray/default.nix
index ef01fde2daa7..6babc6ae0145 100644
--- a/pkgs/development/python-modules/libgpuarray/default.nix
+++ b/pkgs/development/python-modules/libgpuarray/default.nix
@@ -66,8 +66,9 @@ buildPythonPackage rec {
enableParallelBuilding = true;
+ nativeBuildInputs = [ cmake ];
+
buildInputs = [
- cmake
cython
nose
];