about summary refs log tree commit diff
path: root/pkgs/applications/graphics/feh
diff options
context:
space:
mode:
authorAustin Horstman <khaneliman12@gmail.com>2023-08-04 10:36:02 -0500
committerAustin Horstman <khaneliman12@gmail.com>2023-08-04 10:36:02 -0500
commit0d6c907ba898701e06a7383f8b151a18c5936d30 (patch)
tree561de3122121fe9575aeb4624748830b4a341e37 /pkgs/applications/graphics/feh
parent8fa169707fa055994fe60f194027629fee8e417a (diff)
treewide: add meta.mainProgram to graphics
Diffstat (limited to 'pkgs/applications/graphics/feh')
-rw-r--r--pkgs/applications/graphics/feh/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/feh/default.nix b/pkgs/applications/graphics/feh/default.nix
index 5ca19d5b41a1f..4859fee52fd98 100644
--- a/pkgs/applications/graphics/feh/default.nix
+++ b/pkgs/applications/graphics/feh/default.nix
@@ -42,5 +42,6 @@ stdenv.mkDerivation rec {
     license = licenses.mit-feh;
     maintainers = with maintainers; [ viric willibutz globin ma27 ];
     platforms = platforms.unix;
+    mainProgram = "feh";
   };
 }