From 2a343855de6d1225800c6cb0eb4c312b5c430fc2 Mon Sep 17 00:00:00 2001 From: "Elijah M. Immer" Date: Sat, 3 Feb 2024 11:43:59 -0800 Subject: noisetorch: add `meta.mainProgram` the `lib.getExe`'s feature to use the package's name as the binary is deprecated, and `pkgs/README.md` says: > `meta.mainProgram` must be set when appropriate. This just adds the `meta.mainProgram` to `noisetorch` as it's the only binary. --- pkgs/applications/audio/noisetorch/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/audio/noisetorch') diff --git a/pkgs/applications/audio/noisetorch/default.nix b/pkgs/applications/audio/noisetorch/default.nix index 51b565bc3e74..78f50cbbedbc 100644 --- a/pkgs/applications/audio/noisetorch/default.nix +++ b/pkgs/applications/audio/noisetorch/default.nix @@ -37,5 +37,6 @@ buildGoModule rec { license = licenses.gpl3Plus; platforms = platforms.linux; maintainers = with maintainers; [ panaeon lom ]; + mainProgram = "noisetorch"; }; } -- cgit 1.4.1