diff options
| author | Markus Kowalewski <markus.kowalewski@fysik.su.se> | 2019-03-29 14:18:55 +0100 |
|---|---|---|
| committer | Markus Kowalewski <markus.kowalewski@fysik.su.se> | 2019-03-29 14:18:55 +0100 |
| commit | ad1e7b09c085cb3a7972d4a59bdca685d25c3ccb (patch) | |
| tree | 466320801f1ec2b41a889c50a8b3d2039d9bdf3c /pkgs/development/python-modules/libgpuarray | |
| parent | 4c74ee948ed6b709f79fa7af809ebba7e308504b (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.nix | 3 |
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 ]; |
