cp2k: move gfortran to nativeBuildInputs

This commit is contained in:
Markus Kowalewski
2025-09-04 15:19:47 +02:00
parent 3470c9a48b
commit fbad420db2
3 changed files with 1 additions and 1 deletions
@@ -156,11 +156,11 @@ stdenv.mkDerivation rec {
which
makeWrapper
pkg-config
gfortran
]
++ lib.optional (gpuBackend == "cuda") cudaPackages.cuda_nvcc;
buildInputs = [
gfortran
fftw
gsl
libint