dbcsr: remove openssh from checkInputs
Is taken care of by mpiCheckPhaseHook
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
, python3
|
||||
, libxsmm
|
||||
, mpi
|
||||
, openssh
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -62,7 +61,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
openssh
|
||||
mpiCheckPhaseHook
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user