sirius: remove openssh from checkInputs
Is taken care of by mpiCheckPhaseHook
This commit is contained in:
parent
45aac60b24
commit
de5f7b922b
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user