about summary refs log tree commit diff
path: root/pkgs/applications/graphics/tesseract
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-07-31 21:21:43 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-07-31 21:54:43 +0200
commit4c1d3cee607c7e37ae1129836930fb5b9003af23 (patch)
tree8d1708a13d5ae6ac94ecb8d5d3b8abc8eca22d95 /pkgs/applications/graphics/tesseract
parentd36353cf86b485131d8220f952ce3cc5537687f1 (diff)
treewide: Add meta.mainProgram
This should fix most warnings getExe in based on grepping `nixos/`.
Diffstat (limited to 'pkgs/applications/graphics/tesseract')
-rw-r--r--pkgs/applications/graphics/tesseract/tesseract5.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/tesseract/tesseract5.nix b/pkgs/applications/graphics/tesseract/tesseract5.nix
index 614a9e844cc02..aa7f17b20c280 100644
--- a/pkgs/applications/graphics/tesseract/tesseract5.nix
+++ b/pkgs/applications/graphics/tesseract/tesseract5.nix
@@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
     license = lib.licenses.asl20;
     maintainers = with lib.maintainers; [ anselmschueler ];
     platforms = lib.platforms.unix;
+    mainProgram = "tesseract";
   };
 }