xfce.xfce4-panel: 4.18.5 -> 4.18.6
https://gitlab.xfce.org/xfce/xfce4-panel/-/compare/xfce4-panel-4.18.5...xfce4-panel-4.18.6
This commit is contained in:
parent
5e1a4258ea
commit
6ad1006fed
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@
|
||||||
mkXfceDerivation {
|
mkXfceDerivation {
|
||||||
category = "xfce";
|
category = "xfce";
|
||||||
pname = "xfce4-panel";
|
pname = "xfce4-panel";
|
||||||
version = "4.18.5";
|
version = "4.18.6";
|
||||||
|
|
||||||
sha256 = "sha256-1oh9C2ZlpcUulqhxUEPLhX22R7tko0rMmDixgkgaU9o=";
|
sha256 = "sha256-eQLz/LJIx2WkzcSLytRdJdhtGv0woT48mdqG7eHB0U4=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
|
@ -44,7 +44,7 @@ mkXfceDerivation {
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace plugins/clock/clock.c \
|
substituteInPlace plugins/clock/clock.c \
|
||||||
--replace "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo"
|
--replace-fail "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue