mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a2ed00f79f
commit
ec82d58526
3 changed files with 58 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue