paraview: cmake belongs to nativeBuildInputs

This commit is contained in:
Joerg Thalheim 2017-12-01 12:49:52 +00:00
parent cef755a843
commit fcd16d3338

View File

@ -1,7 +1,7 @@
{ {
stdenv, fetchFromGitHub, cmake stdenv, fetchFromGitHub, cmake
,qtbase, qttools, python, mesa ,qtbase, qttools, python, mesa
,libXt, qtx11extras, qtxmlpatterns ,libXt, qtx11extras, qtxmlpatterns
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -33,8 +33,11 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
buildInputs = [ nativeBuildInputs = [
cmake cmake
];
buildInputs = [
python python
mesa mesa
libXt libXt