1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 09:05:54 +02:00

gnu: Remove libcanberra/gtk+-2.

* gnu/packages/libcanberra.scm (libcanberra/gtk+-2): Delete variable.
This commit is contained in:
Maxim Cournoyer
2023-03-27 14:44:28 -04:00
parent 0b7dfbba95
commit 18e1325119
-6
View File
@@ -104,12 +104,6 @@ GNOME. It comes with several backends (ALSA, PulseAudio, OSS, GStreamer,
null) and is designed to be portable.")
(license lgpl2.1+)))
(define-public libcanberra/gtk+-2
(package/inherit libcanberra
(name "libcanberra-gtk2")
(inputs `(,@(alist-delete "gtk+" (package-inputs libcanberra))
("gtk+" ,gtk+-2)))))
(define-public sound-theme-freedesktop
(package
(name "sound-theme-freedesktop")