summary refs log tree commit diff
path: root/pkgs/development/libraries/physics
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@fysik.su.se>2021-09-03 13:33:33 +0200
committerMarkus Kowalewski <markus.kowalewski@fysik.su.se>2021-09-03 13:33:33 +0200
commitb8ff05f376a746231f29881867a8244aa575af0d (patch)
tree57d4a51cd9ebc710791020c68f3a7ef82a1ef29c /pkgs/development/libraries/physics
parentd6af4e1b3f0bcd545b5c67fa64b2acc2fe028e8e (diff)
herwig: move gfortran to nativeBuildInputs
Diffstat (limited to 'pkgs/development/libraries/physics')
-rw-r--r--pkgs/development/libraries/physics/herwig/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/physics/herwig/default.nix b/pkgs/development/libraries/physics/herwig/default.nix
index 0a7e9b4d948ed..1c3bfaa2064ed 100644
--- a/pkgs/development/libraries/physics/herwig/default.nix
+++ b/pkgs/development/libraries/physics/herwig/default.nix
@@ -9,9 +9,9 @@ stdenv.mkDerivation rec {
     sha256 = "10y3fb33zsinr0z3hzap9rsbcqhy1yjqnv4b4vz21g7mdlw6pq2k";
   };
 
-  nativeBuildInputs = [ autoconf automake libtool ];
+  nativeBuildInputs = [ autoconf automake libtool gfortran ];
 
-  buildInputs = [ boost fastjet gfortran gsl thepeg zlib ]
+  buildInputs = [ boost fastjet gsl thepeg zlib ]
     # There is a bug that requires for default PDF's to be present during the build
     ++ (with lhapdf.pdf_sets; [ CT14lo CT14nlo ]);