Commit 09b536d6 authored by Palmer Cox's avatar Palmer Cox
Browse files

librespeed-cli: no longer broken on darwin

I tested on aarch64-darwin and it compiled and seemed to run fine.
parent 9cf7092b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
{
  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;
  };
})