rubber: add mainProgram

This commit is contained in:
Peter Hoeg
2023-11-11 21:38:06 +01:00
parent 22369c94e2
commit c653aae360
@@ -50,5 +50,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://gitlab.com/latex-rubber/rubber";
maintainers = with maintainers; [ ttuegel peterhoeg ];
platforms = platforms.unix;
mainProgram = "rubber";
};
}