about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/graphics/paleta/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/graphics/paleta/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/graphics/paleta/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/graphics/paleta/default.nix b/nixpkgs/pkgs/applications/graphics/paleta/default.nix
index 062c157c3f02..6275b3d10e4c 100644
--- a/nixpkgs/pkgs/applications/graphics/paleta/default.nix
+++ b/nixpkgs/pkgs/applications/graphics/paleta/default.nix
@@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Extract the dominant colors from any image";
+    mainProgram = "paleta";
     homepage = "https://github.com/nate-xyz/paleta";
     license = licenses.gpl3Only;
     platforms = platforms.linux;