sirius: remove openssh from checkInputs

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

View File

@ -5,7 +5,6 @@
, pkg-config
, mpi
, mpiCheckPhaseHook
, openssh
, gfortran
, blas
, lapack
@ -139,7 +138,6 @@ stdenv.mkDerivation rec {
nativeCheckInputs = [
mpiCheckPhaseHook
openssh
];
meta = with lib; {