3
0
Fork 0
forked from mirrors/nixpkgs

rubber: add mainProgram

This commit is contained in:
Peter Hoeg 2023-11-09 10:36:27 +01:00
parent 22369c94e2
commit c653aae360

View file

@ -50,5 +50,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://gitlab.com/latex-rubber/rubber";
maintainers = with maintainers; [ ttuegel peterhoeg ];
platforms = platforms.unix;
mainProgram = "rubber";
};
}