mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: bluez: Simplify inputs.
* gnu/packages/linux.scm (bluez)[native-inputs]: Remove labels.
This commit is contained in:
parent
7f209d8425
commit
6cb7e67dc5
1 changed files with 1 additions and 3 deletions
|
@ -5458,9 +5458,7 @@ Bluetooth audio output devices like headphones or loudspeakers.")
|
||||||
(search-input-file inputs "/bin/udevadm")))
|
(search-input-file inputs "/bin/udevadm")))
|
||||||
#t))))))
|
#t))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
(list pkg-config python-docutils gettext-minimal))
|
||||||
("rst2man" ,python-docutils)
|
|
||||||
("gettext" ,gettext-minimal)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list glib dbus eudev libical readline))
|
(list glib dbus eudev libical readline))
|
||||||
(home-page "http://www.bluez.org/")
|
(home-page "http://www.bluez.org/")
|
||||||
|
|
Loading…
Add table
Reference in a new issue