From c81b372ed3cf2414765cd4a1e86108bb1276b243 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Wed, 16 Oct 2024 12:14:41 +0000 Subject: [PATCH] xfce.libxfce4util: 4.18.2 -> 4.20.0 https://gitlab.xfce.org/xfce/libxfce4util/-/compare/libxfce4util-4.18.2...libxfce4util-4.20.0 --- .../xfce/core/libxfce4util/default.nix | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/pkgs/desktops/xfce/core/libxfce4util/default.nix b/pkgs/desktops/xfce/core/libxfce4util/default.nix index 02a4b98309a3..d2486d2fd256 100644 --- a/pkgs/desktops/xfce/core/libxfce4util/default.nix +++ b/pkgs/desktops/xfce/core/libxfce4util/default.nix @@ -1,13 +1,26 @@ -{ lib, mkXfceDerivation, gobject-introspection, vala }: +{ + mkXfceDerivation, + lib, + gobject-introspection, + vala, + glib, +}: mkXfceDerivation { category = "xfce"; pname = "libxfce4util"; - version = "4.18.2"; + version = "4.20.0"; - sha256 = "sha256-JQ6biE1gxtB6+LWxRGfbUhgJhhITGhLr+8BxFW4/8SU="; + sha256 = "sha256-0qbJSCXHsVz3XILHICFhciyz92LgMZiR7XFLAESHRGQ="; - nativeBuildInputs = [ gobject-introspection vala ]; + nativeBuildInputs = [ + gobject-introspection + vala + ]; + + propagatedBuildInputs = [ + glib + ]; meta = with lib; { description = "Extension library for Xfce";