about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@fysik.su.se>2021-07-12 14:15:05 +0200
committerMarkus Kowalewski <markus.kowalewski@fysik.su.se>2021-07-12 14:15:05 +0200
commit77be900d67fb387292648a46bd418e52196a49c4 (patch)
treedbc3f20ef07c0e104723ee3795e5dc7f6e17626b /pkgs/applications/science
parent0a1167fd0b00ef435c69df810d6873d2e3317e27 (diff)
octopus: cleanup derivation
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/chemistry/octopus/default.nix11
1 files changed, 8 insertions, 3 deletions
diff --git a/pkgs/applications/science/chemistry/octopus/default.nix b/pkgs/applications/science/chemistry/octopus/default.nix
index 63c1609d3b3db..1927950c4fc4e 100644
--- a/pkgs/applications/science/chemistry/octopus/default.nix
+++ b/pkgs/applications/science/chemistry/octopus/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitLab, symlinkJoin, gfortran, perl, procps
+{ lib, stdenv, fetchFromGitLab, gfortran, perl, procps
 , libyaml, libxc, fftw, blas, lapack, gsl, netcdf, arpack, autoreconfHook
 , python3
 }:
@@ -16,10 +16,15 @@ stdenv.mkDerivation rec {
     sha256 = "1bgdkmsp6pwq3b6nxxkimrdmz71wqr8qi25gdzwpcv9wmcf1q27v";
   };
 
-  nativeBuildInputs = [ perl procps autoreconfHook ];
+  nativeBuildInputs = [
+    perl
+    procps
+    autoreconfHook
+    gfortran
+  ];
+
   buildInputs = [
     libyaml
-    gfortran
     libxc
     blas
     lapack