waybar: fix crash when tray element has no default icon (#421229)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user