Skip to content

Commit

Permalink
libgpuarray: fix build
Browse files Browse the repository at this point in the history
move cmake into nativeBuildInputs

(cherry picked from commit ad1e7b0)
  • Loading branch information
markuskowa authored and infinisil committed Mar 29, 2019
1 parent 5141dca commit d3634b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/libgpuarray/default.nix
Expand Up @@ -66,8 +66,9 @@ buildPythonPackage rec {

enableParallelBuilding = true;

nativeBuildInputs = [ cmake ];

buildInputs = [
cmake
cython
nose
];
Expand Down

0 comments on commit d3634b0

Please sign in to comment.