diff --git a/pkgs/by-name/ha/handbrake/package.nix b/pkgs/by-name/ha/handbrake/package.nix index 261d38e8ea7a..3f9cb86d505b 100644 --- a/pkgs/by-name/ha/handbrake/package.nix +++ b/pkgs/by-name/ha/handbrake/package.nix @@ -324,6 +324,7 @@ let ''; license = licenses.gpl2Only; maintainers = with maintainers; [ Anton-Latukha wmertens ]; + mainProgram = "HandBrakeCLI"; platforms = with platforms; unix; broken = stdenv.isDarwin; # https://github.com/NixOS/nixpkgs/pull/297984#issuecomment-2016503434 };