From be2656a520fb1251d7c4ae65258648cc28145a4c Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 27 Dec 2024 22:08:32 +0800 Subject: [PATCH] xfce.xfce4-weather-plugin: Remove unused intltool https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/-/commit/7af93709a44917a4a4b0a72244a4e5c7126cb1cf --- .../xfce/panel-plugins/xfce4-weather-plugin/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix index 7a56ed84fc61..420fd62b68d6 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix @@ -2,8 +2,8 @@ lib, stdenv, fetchurl, + gettext, pkg-config, - intltool, glib, gtk3, json_c, @@ -32,8 +32,8 @@ stdenv.mkDerivation rec { }; nativeBuildInputs = [ + gettext pkg-config - intltool ]; buildInputs = [