From 6537121e53c76c73f8e1aaa65954e998731f2b86 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 23 Apr 2023 02:06:57 +0000 Subject: xfce.xfce4-dict: 0.8.4 -> 0.8.5 https://gitlab.xfce.org/apps/xfce4-dict/-/compare/xfce4-dict-0.8.4...xfce4-dict-0.8.5 --- .../xfce/applications/xfce4-dict/default.nix | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'pkgs/desktops/xfce') diff --git a/pkgs/desktops/xfce/applications/xfce4-dict/default.nix b/pkgs/desktops/xfce/applications/xfce4-dict/default.nix index 989d07a44f65e..65431b3917d9e 100644 --- a/pkgs/desktops/xfce/applications/xfce4-dict/default.nix +++ b/pkgs/desktops/xfce/applications/xfce4-dict/default.nix @@ -1,11 +1,19 @@ -{ lib, mkXfceDerivation, automakeAddFlags, gtk3, libxfce4ui, libxfce4util, xfce4-panel }: +{ lib +, mkXfceDerivation +, automakeAddFlags +, glib +, gtk3 +, libxfce4ui +, libxfce4util +, xfce4-panel +}: mkXfceDerivation { category = "apps"; pname = "xfce4-dict"; - version = "0.8.4"; + version = "0.8.5"; - sha256 = "sha256-UEkHB+i6hkTTjX62GCnr4uiCdZANuffSx2Nb2DF/pT4="; + sha256 = "sha256-sU9V2cQUFG5571c7xrVSDCxanAbbnCUg2YLZ2uzoPJ0="; patches = [ ./configure-gio.patch ]; @@ -15,7 +23,13 @@ mkXfceDerivation { automakeAddFlags lib/Makefile.am libdict_la_CFLAGS GIO_CFLAGS ''; - buildInputs = [ gtk3 libxfce4ui libxfce4util xfce4-panel ]; + buildInputs = [ + glib + gtk3 + libxfce4ui + libxfce4util + xfce4-panel + ]; meta = with lib; { description = "A Dictionary Client for the Xfce desktop environment"; -- cgit 1.4.1