Unverified Commit 0b393b38 authored by Emily's avatar Emily Committed by GitHub
Browse files

Merge pull request #286136 from elijahimmer/master

noisetorch: add `meta.mainProgram`
parents db842684 2a343855
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";
  };
}