From 8121f3559a98259a8e767dedf4eaf3939442c54d Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 11 Feb 2024 03:19:15 +0100 Subject: treewide: add `mainProgram` --- pkgs/applications/graphics/deskew/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/graphics/deskew') diff --git a/pkgs/applications/graphics/deskew/default.nix b/pkgs/applications/graphics/deskew/default.nix index ad3a20d2431cd..f43a26f692a34 100644 --- a/pkgs/applications/graphics/deskew/default.nix +++ b/pkgs/applications/graphics/deskew/default.nix @@ -40,6 +40,7 @@ stdenv.mkDerivation rec { license = with licenses; [ mit mpl11 ]; maintainers = with maintainers; [ryantm]; platforms = platforms.all; + mainProgram = "deskew"; }; } -- cgit 1.4.1