guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit b548d5748a41c3b547fa7c52c7dcc81510c4aebf
Author: Sergey Trofimov <[email protected]>
AuthorDate: Thu Jun 12 14:40:30 2025 +0200

    gnu: scanbd: Format inputs.
    
    * gnu/packages/scanner.scm (scanbd)[inputs]: Use new format.
    
    Change-Id: I82d4d013b93cf445056bfe3a0c78addef367b0db
---
 gnu/packages/scanner.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm
index b5796a592c..9251ef9148 100644
--- a/gnu/packages/scanner.scm
+++ b/gnu/packages/scanner.scm
@@ -348,11 +348,7 @@ standard.")
     (native-inputs
      (list pkg-config))
     (inputs
-     `(("dbus" ,dbus)
-       ("libconfuse" ,libconfuse)
-       ("sane-backends" ,sane-backends)
-       ("udev" ,eudev)
-       ("zlib" ,zlib)))
+     (list dbus libconfuse sane-backends eudev zlib))
     (home-page "https://scanbd.sourceforge.io";)
     (synopsis "Configurable scanner button monitor")
     (description "Scanbd stands for scanner button daemon.  It regularly polls

Reply via email to