diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2024-09-21 15:34:46 +0200 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-09-26 23:34:47 -0400 |
commit | 13b6254abc76193c5b021e8dc73a1c4570d4fc41 (patch) | |
tree | 9e6d08adb8e083993d239f99b083bda536b6c600 /gnu/local.mk | |
parent | a8134a69938e72f482e6669f8ad31710bac3dfb0 (diff) | |
download | guix-13b6254abc76193c5b021e8dc73a1c4570d4fc41.tar guix-13b6254abc76193c5b021e8dc73a1c4570d4fc41.tar.gz |
gnu: waybar: Fix missing tray icons on 0.11.0.
* gnu/packages/patches/waybar-0.11.0-fix-tray-icons.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/wm.scm (waybar)[source]: Use it.
Change-Id: Ib480b815faf3a331e1fc093dee72bb3099df57c5
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 979e6bad74..a8dc6bc746 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2292,6 +2292,7 @@ dist_patch_DATA = \ %D%/packages/patches/wacomtablet-add-missing-includes.patch \ %D%/packages/patches/wacomtablet-qt5.15.patch \ %D%/packages/patches/warsow-qfusion-fix-bool-return-type.patch \ + %D%/packages/patches/waybar-0.11.0-fix-tray-icons.patch \ %D%/packages/patches/wcstools-extend-makefiles.patch \ %D%/packages/patches/wdl-link-libs-and-fix-jnetlib.patch \ %D%/packages/patches/webkitgtk-adjust-bubblewrap-paths.patch \ |