cp2k: move gfortran to nativeBuildInputs
This commit is contained in:
+1
-1
@@ -156,11 +156,11 @@ stdenv.mkDerivation rec {
|
||||
which
|
||||
makeWrapper
|
||||
pkg-config
|
||||
gfortran
|
||||
]
|
||||
++ lib.optional (gpuBackend == "cuda") cudaPackages.cuda_nvcc;
|
||||
|
||||
buildInputs = [
|
||||
gfortran
|
||||
fftw
|
||||
gsl
|
||||
libint
|
||||
Reference in New Issue
Block a user