cp2k: remove openssh from checkInputs

Is taken care of by mpiCheckPhaseHook
This commit is contained in:
Markus Kowalewski 2024-10-26 17:44:44 +02:00
parent de5f7b922b
commit ddd6f3fb1f

View File

@ -18,7 +18,6 @@
mpi,
gsl,
scalapack,
openssh,
makeWrapper,
libxsmm,
spglib,
@ -83,7 +82,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
python3
which
openssh
makeWrapper
pkg-config
] ++ lib.optional (gpuBackend == "cuda") cudaPackages.cuda_nvcc;
@ -225,7 +223,6 @@ stdenv.mkDerivation rec {
nativeCheckInputs = [
mpiCheckPhaseHook
openssh
];
checkPhase = ''