1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-05 08:45:55 +02:00

gnu: bluez: Simplify inputs.

* gnu/packages/linux.scm (bluez)[native-inputs]: Remove labels.
This commit is contained in:
Marius Bakke
2022-06-23 19:17:53 +02:00
parent 7f209d8425
commit 6cb7e67dc5
+1 -3
View File
@@ -5458,9 +5458,7 @@ Bluetooth audio output devices like headphones or loudspeakers.")
(search-input-file inputs "/bin/udevadm")))
#t))))))
(native-inputs
`(("pkg-config" ,pkg-config)
("rst2man" ,python-docutils)
("gettext" ,gettext-minimal)))
(list pkg-config python-docutils gettext-minimal))
(inputs
(list glib dbus eudev libical readline))
(home-page "http://www.bluez.org/")