me
/
guix
Archived
1
0
Fork 0

gnu: bluez: Simplify inputs.

* gnu/packages/linux.scm (bluez)[native-inputs]: Remove labels.
master
Marius Bakke 2022-06-23 19:17:53 +02:00
parent 7f209d8425
commit 6cb7e67dc5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 3 deletions

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/")