about summary refs log tree commit diff
path: root/pkgs/development/libraries/globalarrays
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
commitfa92d39f7c1bcecaf61ca90092bdb79c6a4dcab6 (patch)
treeca374d225420c538602ef19839cc213e72572249 /pkgs/development/libraries/globalarrays
parent471cb111fe9d607e0a15e08a14686b951836e8d8 (diff)
globalarrays: move gfortran to nativeBuildInputs
Diffstat (limited to 'pkgs/development/libraries/globalarrays')
-rw-r--r--pkgs/development/libraries/globalarrays/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/globalarrays/default.nix b/pkgs/development/libraries/globalarrays/default.nix
index 8b01f9f681464..a2e983ece83d9 100644
--- a/pkgs/development/libraries/globalarrays/default.nix
+++ b/pkgs/development/libraries/globalarrays/default.nix
@@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
     sha256 = "0bky91ncz6vy0011ps9prsnq9f4a5s5xwr23kkmi39xzg0417mnd";
   };
 
-  nativeBuildInputs = [ autoreconfHook ];
-  buildInputs = [ mpi blas gfortran openssh ];
+  nativeBuildInputs = [ autoreconfHook gfortran ];
+  buildInputs = [ mpi blas openssh ];
 
   preConfigure = ''
     configureFlagsArray+=( "--enable-i8" \