Merge pull request #286136 from elijahimmer/master

noisetorch: add `meta.mainProgram`
This commit is contained in:
Emily 2024-02-03 21:46:44 +01:00 committed by GitHub
commit 0b393b38ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,5 +37,6 @@ buildGoModule rec {
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ panaeon lom ];
mainProgram = "noisetorch";
};
}