openmolcas: move gfortran to nativeBuildInputs

This commit is contained in:
Markus Kowalewski 2021-09-03 13:33:31 +02:00
parent 30974110e3
commit eecadd3f3b
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -27,9 +27,15 @@ in stdenv.mkDerivation {
./openblasPath.patch ./openblasPath.patch
]; ];
nativeBuildInputs = [ perl cmake texlive.combined.scheme-minimal makeWrapper ]; nativeBuildInputs = [
buildInputs = [ perl
gfortran gfortran
cmake
texlive.combined.scheme-minimal
makeWrapper
];
buildInputs = [
openblas openblas
hdf5-cpp hdf5-cpp
python python