mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: jack-select: Drop input labels.
* gnu/packages/music.scm (jack-select)[inputs]: Drop labels.
This commit is contained in:
parent
ea9edbc525
commit
8224c7bef8
1 changed files with 6 additions and 6 deletions
|
@ -3308,12 +3308,12 @@ (define-public jack-select
|
|||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("python" ,python-wrapper)
|
||||
("python-pyudev" ,python-pyudev)
|
||||
("python-pyxdg" ,python-pyxdg)
|
||||
("python-dbus" ,python-dbus)
|
||||
("python-pygobject" ,python-pygobject)))
|
||||
(list alsa-lib
|
||||
python-dbus
|
||||
python-pygobject
|
||||
python-pyudev
|
||||
python-pyxdg
|
||||
python-wrapper))
|
||||
(home-page "https://github.com/SpotlightKid/jack-select")
|
||||
(synopsis "Systray application to quickly change the JACK-DBus configuration")
|
||||
(description "This application displays an icon in the system tray (also
|
||||
|
|
Loading…
Reference in a new issue