Unverified Commit ce36e98f authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

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

parents d8459d97 91a31867
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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