about summary refs log tree commit diff
path: root/pkgs/applications/graphics/deskew
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-02-11 03:19:15 +0100
committerh7x4 <h7x4@nani.wtf>2024-02-11 03:19:15 +0100
commit8121f3559a98259a8e767dedf4eaf3939442c54d (patch)
tree1b2191384a291042e08164b668be7b29a551f05f /pkgs/applications/graphics/deskew
parent2253eb356824637e3aa49bb399f546336efeaad1 (diff)
treewide: add `mainProgram`
Diffstat (limited to 'pkgs/applications/graphics/deskew')
-rw-r--r--pkgs/applications/graphics/deskew/default.nix1
1 files changed, 1 insertions, 0 deletions
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";
   };
 
 }