summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2023-11-09 10:36:27 +0100
committerPeter Hoeg <peter@hoeg.com>2023-11-11 21:38:06 +0100
commitc653aae360f8a10b790646ff11e189e3342478fb (patch)
tree64b1cae5fd3a00c63edcc345c52f7fe5af368b4e /pkgs/tools/typesetting
parent22369c94e264e57735afdaf5f101175eb6e2f681 (diff)
downloadnixpkgs-c653aae360f8a10b790646ff11e189e3342478fb.tar
nixpkgs-c653aae360f8a10b790646ff11e189e3342478fb.tar.gz
nixpkgs-c653aae360f8a10b790646ff11e189e3342478fb.tar.bz2
nixpkgs-c653aae360f8a10b790646ff11e189e3342478fb.tar.lz
nixpkgs-c653aae360f8a10b790646ff11e189e3342478fb.tar.xz
nixpkgs-c653aae360f8a10b790646ff11e189e3342478fb.tar.zst
nixpkgs-c653aae360f8a10b790646ff11e189e3342478fb.zip
rubber: add mainProgram
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/rubber/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/typesetting/rubber/default.nix b/pkgs/tools/typesetting/rubber/default.nix
index 5d605571b83..2ccee0bae00 100644
--- a/pkgs/tools/typesetting/rubber/default.nix
+++ b/pkgs/tools/typesetting/rubber/default.nix
@@ -50,5 +50,6 @@ python3Packages.buildPythonApplication rec {
     homepage = "https://gitlab.com/latex-rubber/rubber";
     maintainers = with maintainers; [ ttuegel peterhoeg ];
     platforms = platforms.unix;
+    mainProgram = "rubber";
   };
 }