about summary refs log tree commit diff
path: root/pkgs/applications/science/physics
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@fysik.su.se>2021-09-03 13:33:32 +0200
committerMarkus Kowalewski <markus.kowalewski@fysik.su.se>2021-09-03 13:33:32 +0200
commit25ebbde3e15d1c6ee714a87316f4a4dfe4d1d812 (patch)
treee19b7fa2f874fefc5382b294f1a15ffccbb88cdd /pkgs/applications/science/physics
parent01ba299e537601230e46100bec1cd465e0ee7052 (diff)
sherpa: move gfortran to nativeBuildInputs
Diffstat (limited to 'pkgs/applications/science/physics')
-rw-r--r--pkgs/applications/science/physics/sherpa/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/applications/science/physics/sherpa/default.nix b/pkgs/applications/science/physics/sherpa/default.nix
index eb718be12e4a9..1c1bc22b0ffca 100644
--- a/pkgs/applications/science/physics/sherpa/default.nix
+++ b/pkgs/applications/science/physics/sherpa/default.nix
@@ -13,7 +13,10 @@ stdenv.mkDerivation rec {
     sed -ie '/sys\/sysctl.h/d' ATOOLS/Org/Run_Parameter.C
   '';
 
-  buildInputs = [ gfortran sqlite lhapdf rivet ];
+
+  nativeBuildInputs = [ gfortran ];
+
+  buildInputs = [ sqlite lhapdf rivet ];
 
   enableParallelBuilding = true;