librespeed-cli: mark as broken on darwin

This commit is contained in:
Fabian Affolter
2025-05-19 21:21:31 +02:00
parent b910f2a72f
commit a1108763e0
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildGoModule,
fetchFromGitHub,
}:
@@ -27,5 +28,6 @@ buildGoModule rec {
license = licenses.lgpl3Only;
maintainers = with maintainers; [ fab ];
mainProgram = "speedtest-cli";
broken = stdenv.hostPlatform.isDarwin;
};
}