Commit 2a343855 authored by Elijah M. Immer's avatar Elijah M. Immer
Browse files

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.
parent ed89f4fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,5 +37,6 @@ buildGoModule rec {
    license = licenses.gpl3Plus;
    platforms = platforms.linux;
    maintainers = with maintainers; [ panaeon lom ];
    mainProgram = "noisetorch";
  };
}