From 9e4be532219685cdd81e4db54f9fc061d250ba25 Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Wed, 4 May 2022 17:52:27 -0700 Subject: treewide: add meta.mainProgram to some libraries where a single bin is provided and someone might actually want to run it --- pkgs/development/libraries/gdk-pixbuf/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/development/libraries/gdk-pixbuf') diff --git a/pkgs/development/libraries/gdk-pixbuf/default.nix b/pkgs/development/libraries/gdk-pixbuf/default.nix index 1e9c881ae8ce8..cbed6a62a3c58 100644 --- a/pkgs/development/libraries/gdk-pixbuf/default.nix +++ b/pkgs/development/libraries/gdk-pixbuf/default.nix @@ -149,8 +149,9 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A library for image loading and manipulation"; homepage = "https://gitlab.gnome.org/GNOME/gdk-pixbuf"; - maintainers = [ maintainers.eelco ] ++ teams.gnome.members; license = licenses.lgpl21Plus; + maintainers = [ maintainers.eelco ] ++ teams.gnome.members; + mainProgram = "gdk-pixbuf-thumbnailer"; platforms = platforms.unix; }; } -- cgit 1.4.1