xfce.xfce4-panel: 4.16.2 -> 4.16.3

This commit is contained in:
José Romildo Malaquias 2021-05-06 10:05:38 -03:00
parent b418e17a4c
commit 95b47511b3

View File

@ -1,7 +1,6 @@
{ mkXfceDerivation { mkXfceDerivation
, exo , exo
, garcon , garcon
, gettext
, glib , glib
, gobject-introspection , gobject-introspection
, gtk3 , gtk3
@ -17,9 +16,9 @@
mkXfceDerivation { mkXfceDerivation {
category = "xfce"; category = "xfce";
pname = "xfce4-panel"; pname = "xfce4-panel";
version = "4.16.2"; version = "4.16.3";
sha256 = "0wy66viwjnp1c0lgf90fp3vyqy0f1m1kbfdym8a0yrv2b6sn3958"; sha256 = "085hxllsf792sgi8nn0qjfj5vclbrw2dgrgzl6gy55lxcbhkml9x";
nativeBuildInputs = [ nativeBuildInputs = [
gobject-introspection gobject-introspection
@ -45,9 +44,6 @@ mkXfceDerivation {
patches = [ ./xfce4-panel-datadir.patch ]; patches = [ ./xfce4-panel-datadir.patch ];
postPatch = '' postPatch = ''
for f in $(find . -name \*.sh); do
substituteInPlace $f --replace gettext ${gettext}/bin/gettext
done
substituteInPlace plugins/clock/clock.c \ substituteInPlace plugins/clock/clock.c \
--replace "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo" --replace "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo"
''; '';
@ -56,6 +52,6 @@ mkXfceDerivation {
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0"; NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
meta = { meta = {
description = "Xfce's panel"; description = "Panel for the Xfce desktop environment";
}; };
} }