Commit 9f20548c authored by Fabian Affolter's avatar Fabian Affolter Committed by github-actions[bot]
Browse files

librespeed-cli: mark as broken on darwin

(cherry picked from commit a1108763)
parent 4082f008
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  buildGoModule,
  fetchFromGitHub,
}:
@@ -27,5 +28,6 @@ buildGoModule rec {
    license = licenses.lgpl3Only;
    maintainers = with maintainers; [ fab ];
    mainProgram = "speedtest-cli";
    broken = stdenv.hostPlatform.isDarwin;
  };
}