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

pythonPackages.meep: remove openssh from checkInputs

Is taken care of by mpiCheckPhaseHook
parent fb9bbbf9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
  harminv,
  libctl,
  libGDSII,
  openssh,
  guile,
  python,
  numpy,
@@ -125,7 +124,6 @@ buildPythonPackage rec {
  doCheck = true;
  nativeCheckInputs = [
    mpiCheckPhaseHook
    openssh
  ];
  checkPhase = ''
    runHook preCheck