Commit de5f7b92 authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

sirius: remove openssh from checkInputs

Is taken care of by mpiCheckPhaseHook
parent 45aac60b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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; {