about summary refs log tree commit diff
path: root/pkgs/applications/graphics
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
parentd36353cf86b485131d8220f952ce3cc5537687f1 (diff)
downloadnixlib-4c1d3cee607c7e37ae1129836930fb5b9003af23.tar
nixlib-4c1d3cee607c7e37ae1129836930fb5b9003af23.tar.gz
nixlib-4c1d3cee607c7e37ae1129836930fb5b9003af23.tar.bz2
nixlib-4c1d3cee607c7e37ae1129836930fb5b9003af23.tar.lz
nixlib-4c1d3cee607c7e37ae1129836930fb5b9003af23.tar.xz
nixlib-4c1d3cee607c7e37ae1129836930fb5b9003af23.tar.zst
nixlib-4c1d3cee607c7e37ae1129836930fb5b9003af23.zip
treewide: Add meta.mainProgram
This should fix most warnings getExe in based on grepping `nixos/`.
Diffstat (limited to 'pkgs/applications/graphics')
-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 614a9e844cc0..aa7f17b20c28 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";
   };
 }