about summary refs log tree commit diff
path: root/pkgs/applications/graphics/paraview
diff options
context:
space:
mode:
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