mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +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 @@ (define-public bluez
|
|||
(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/")
|
||||
|
|
Loading…
Reference in a new issue