guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/21: gnu: bluez: Simplify inputs.


From: guix-commits
Subject: 14/21: gnu: bluez: Simplify inputs.
Date: Thu, 23 Jun 2022 13:56:43 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 6cb7e67dc51f35e315f5ce5f252f65ef55f52dc7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jun 23 19:17:53 2022 +0200

    gnu: bluez: Simplify inputs.
    
    * gnu/packages/linux.scm (bluez)[native-inputs]: Remove labels.
---
 gnu/packages/linux.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6bf0483b9b..1b4b5caf2a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]