about summary refs log tree commit diff
path: root/pkgs/tools/graphics/imageworsener/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/imageworsener/default.nix')
-rw-r--r--pkgs/tools/graphics/imageworsener/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/imageworsener/default.nix b/pkgs/tools/graphics/imageworsener/default.nix
index 126bcfefc80de..ab0a4387162dc 100644
--- a/pkgs/tools/graphics/imageworsener/default.nix
+++ b/pkgs/tools/graphics/imageworsener/default.nix
@@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
     changelog = "https://github.com/jsummers/${pname}/blob/${version}/changelog.txt";
     license = licenses.mit;
     maintainers = with maintainers; [ emily smitop ];
+    mainProgram = "imagew";
     platforms = platforms.all;
   };
 }