dbcsr: remove openssh from checkInputs

Is taken care of by mpiCheckPhaseHook
This commit is contained in:
Markus Kowalewski
2024-10-26 17:45:33 +02:00
parent ddd6f3fb1f
commit 3e59f77a4f
@@ -11,7 +11,6 @@
, python3
, libxsmm
, mpi
, openssh
}:
stdenv.mkDerivation rec {
@@ -62,7 +61,6 @@ stdenv.mkDerivation rec {
];
checkInputs = [
openssh
mpiCheckPhaseHook
];