librespeed-cli: no longer broken on darwin (#502090)

This commit is contained in:
Fabian Affolter
2026-03-30 16:28:39 +00:00
committed by GitHub
@@ -1,6 +1,5 @@
{
lib,
stdenv,
buildGoModule,
fetchFromGitHub,
}:
@@ -32,6 +31,5 @@ buildGoModule (finalAttrs: {
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "librespeed-cli";
broken = stdenv.hostPlatform.isDarwin;
};
})