From 6ea941d3fd9e3988dfe6c12f6efe0d994c8664a6 Mon Sep 17 00:00:00 2001 From: Sarah Brofeldt Date: Wed, 23 May 2018 17:32:43 +0200 Subject: gmsh: gfortran -> nativeBuildInputs (fix #40976) (#40984) --- pkgs/applications/science/math/gmsh/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/applications/science/math/gmsh/default.nix') diff --git a/pkgs/applications/science/math/gmsh/default.nix b/pkgs/applications/science/math/gmsh/default.nix index 33b458ba30a3..956bfe1d811b 100644 --- a/pkgs/applications/science/math/gmsh/default.nix +++ b/pkgs/applications/science/math/gmsh/default.nix @@ -15,11 +15,13 @@ stdenv.mkDerivation { # that is supposed to work without Fortran but didn't for me. patches = [ ./CMakeLists.txt.patch ]; - buildInputs = [ cmake blas liblapack gfortran gmm fltk libjpeg zlib libGLU_combined + buildInputs = [ cmake blas liblapack gmm fltk libjpeg zlib libGLU_combined libGLU xorg.libXrender xorg.libXcursor xorg.libXfixes xorg.libXext xorg.libXft xorg.libXinerama xorg.libX11 xorg.libSM xorg.libICE ]; + nativeBuildInputs = [ gfortran ]; + enableParallelBuilding = true; meta = { -- cgit 1.4.1