about summary refs log tree commit diff
path: root/pkgs/applications/editors/texmaker
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2023-11-27 02:17:53 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-11-28 16:49:41 +0100
commit41213c07bb6c23231972dfa0a050258d44a0ee7f (patch)
treed9f020857be422a929e2d7c083a50991440d1f50 /pkgs/applications/editors/texmaker
parentc9407db9a76531319e97fa50d35e9a02a6d47721 (diff)
treewide: add mainProgram
(cherry picked from commit 41974d5ed904a364dcf2f6251b1a25bb5aaa77c1)
Diffstat (limited to 'pkgs/applications/editors/texmaker')
-rw-r--r--pkgs/applications/editors/texmaker/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/texmaker/default.nix b/pkgs/applications/editors/texmaker/default.nix
index 3cec9808ed4d4..4684831416b0d 100644
--- a/pkgs/applications/editors/texmaker/default.nix
+++ b/pkgs/applications/editors/texmaker/default.nix
@@ -36,5 +36,6 @@ mkDerivation rec {
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ cfouche markuskowa ];
+    mainProgram = "texmaker";
   };
 }