gnu: libcanberra: Fix crashes on wayland.

* gnu/packages/patches/libcanberra-wayland-crash.patch: New file.
* gnu/packages/libcanberra.scm (libcanberra): Add it.
* gnu/local.mk (dist_PATCH_DATA): Add it.
This commit is contained in:
Julien Lepiller 2020-10-11 03:58:50 +02:00
parent a2ed00f79f
commit ec82d58526
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82
3 changed files with 58 additions and 1 deletions

View file

@ -69,7 +69,8 @@
;; his pleasure.
(patch-flags '("-p0"))
(patches
(search-patches "libcanberra-sound-theme-freedesktop.patch"))))
(search-patches "libcanberra-sound-theme-freedesktop.patch"
"libcanberra-wayland-crash.patch"))))
(build-system gnu-build-system)
(inputs
`(("alsa-lib" ,alsa-lib)