Commit c653aae3 authored by Peter Hoeg's avatar Peter Hoeg
Browse files

rubber: add mainProgram

parent 22369c94
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,5 +50,6 @@ python3Packages.buildPythonApplication rec {
    homepage = "https://gitlab.com/latex-rubber/rubber";
    maintainers = with maintainers; [ ttuegel peterhoeg ];
    platforms = platforms.unix;
    mainProgram = "rubber";
  };
}