legendary-gl: add main program

This commit is contained in:
Felipe Silva 2024-01-17 20:31:05 -04:00
parent 71b5ecd633
commit 6dbaf744d6
No known key found for this signature in database
GPG Key ID: DFCE681E1B7974D8
1 changed files with 1 additions and 0 deletions

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 { };