waybar: fix crash when tray element has no default icon (#421229)

This commit is contained in:
Austin Horstman
2025-06-30 08:51:43 -05:00
committed by GitHub
+9
View File
@@ -3,6 +3,7 @@
stdenv,
bash,
fetchFromGitHub,
fetchpatch,
SDL2,
alsa-lib,
catch2_3,
@@ -89,6 +90,14 @@ stdenv.mkDerivation (finalAttrs: {
popd
'';
patches = [
(fetchpatch {
name = "waybar-default-icon.patch";
url = "https://github.com/Alexays/Waybar/commit/c336bc5466c858ac41dc9afd84f04a5ffec9e292.patch";
hash = "sha256-RRGy/aeFX95fW0pT6mXhww2RdEtoOnaT3+dc7iB3bAY=";
})
];
nativeBuildInputs =
[
meson