pasystray: add patch to fix crash when running under wayland

This commit is contained in:
Jaka Hudoklin
2020-04-14 13:18:55 +07:00
parent ef8ea1e556
commit cf3b322a64
2 changed files with 39 additions and 0 deletions
+5
View File
@@ -14,6 +14,11 @@ stdenv.mkDerivation rec {
sha256 = "0xx1bm9kimgq11a359ikabdndqg5q54pn1d1dyyjnrj0s41168fk";
};
patches = [
# https://github.com/christophgysin/pasystray/issues/90#issuecomment-306190701
./fix-wayland.patch
];
nativeBuildInputs = [ pkgconfig autoreconfHook wrapGAppsHook ];
buildInputs = [
gnome3.adwaita-icon-theme