about summary refs log tree commit diff
path: root/pkgs/applications/graphics/paraview
diff options
context:
space:
mode:
authorJoerg Thalheim <joerg@thalheim.io>2017-12-01 12:49:52 +0000
committerJoerg Thalheim <joerg@thalheim.io>2017-12-01 12:49:52 +0000
commitfcd16d3338e1fd036121cb6afe5c094b9b9e0b75 (patch)
tree92b3fd8cad747a71e8e058a69f952979377dffa6 /pkgs/applications/graphics/paraview
parentcef755a8439b2c9f518725d2dcba73f2cae58123 (diff)
paraview: cmake belongs to nativeBuildInputs
Diffstat (limited to 'pkgs/applications/graphics/paraview')
-rw-r--r--pkgs/applications/graphics/paraview/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/paraview/default.nix b/pkgs/applications/graphics/paraview/default.nix
index 9c5fe928f2346..8b532a7ad44f3 100644
--- a/pkgs/applications/graphics/paraview/default.nix
+++ b/pkgs/applications/graphics/paraview/default.nix
@@ -1,7 +1,7 @@
 {
 stdenv, fetchFromGitHub, cmake
 ,qtbase, qttools, python, mesa
-,libXt, qtx11extras, qtxmlpatterns 
+,libXt, qtx11extras, qtxmlpatterns
 }:
 
 stdenv.mkDerivation rec {
@@ -33,8 +33,11 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
-  buildInputs = [ 
+  nativeBuildInputs = [
     cmake
+  ];
+
+  buildInputs = [
     python
     mesa
     libXt