From 4c1d3cee607c7e37ae1129836930fb5b9003af23 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 31 Jul 2023 21:21:43 +0200 Subject: treewide: Add meta.mainProgram This should fix most warnings getExe in based on grepping `nixos/`. --- pkgs/applications/graphics/tesseract/tesseract5.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/graphics') 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"; }; } -- cgit 1.4.1