Merge pull request #281658 from felipeqq2/legendary-gl/main-program

legendary-gl: add main program
This commit is contained in:
a-n-n-a-l-e-e
2024-01-17 20:56:58 -08:00
committed by GitHub
+1
View File
@@ -35,6 +35,7 @@ buildPythonApplication rec {
homepage = "https://github.com/derrod/legendary";
license = licenses.gpl3;
maintainers = with maintainers; [ equirosa ];
mainProgram = "legendary";
};
passthru.updateScript = gitUpdater { };