librespeed-cli: no longer broken on darwin

I tested on aarch64-darwin and it compiled and seemed to run fine.
This commit is contained in:
Palmer Cox
2026-03-21 22:15:45 -04:00
parent 9cf7092bdd
commit 09b536d6ad
@@ -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;
};
})