Skip to content

Commit

Permalink
noisetorch: add meta.mainProgram
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
elijahimmer committed Feb 3, 2024
1 parent ed89f4f commit 2a34385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/audio/noisetorch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ buildGoModule rec {
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ panaeon lom ];
mainProgram = "noisetorch";
};
}

0 comments on commit 2a34385

Please sign in to comment.