about summary refs log tree commit diff
path: root/pkgs/tools/graphics/fgallery/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/fgallery/default.nix')
-rw-r--r--pkgs/tools/graphics/fgallery/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/fgallery/default.nix b/pkgs/tools/graphics/fgallery/default.nix
index 7af5c6129f25..be8bc4eb6eab 100644
--- a/pkgs/tools/graphics/fgallery/default.nix
+++ b/pkgs/tools/graphics/fgallery/default.nix
@@ -49,5 +49,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2;
     platforms = platforms.all;
     maintainers = [ maintainers.bjornfor ];
+    mainProgram = "fgallery";
   };
 }