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