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
|
, 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; {
|
||||||
|
Loading…
Reference in New Issue
Block a user