about summary refs log tree commit diff
path: root/pkgs/applications/graphics/icon-library/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/icon-library/default.nix')
-rw-r--r--pkgs/applications/graphics/icon-library/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/icon-library/default.nix b/pkgs/applications/graphics/icon-library/default.nix
index 6033843e4aeb..25cc1ebebfbc 100644
--- a/pkgs/applications/graphics/icon-library/default.nix
+++ b/pkgs/applications/graphics/icon-library/default.nix
@@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://gitlab.gnome.org/World/design/icon-library";
     description = "Symbolic icons for your apps";
+    mainProgram = "icon-library";
     maintainers = with maintainers; [ qyliss ];
     license = licenses.gpl3Plus;
     platforms = platforms.unix;