guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: guile-xcb: Remove input labels.


From: guix-commits
Subject: 08/12: gnu: guile-xcb: Remove input labels.
Date: Thu, 26 May 2022 15:41:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 53762a1bfd49ac6434befd1d0bea02e833c64319
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:03 2022 +0200

    gnu: guile-xcb: Remove input labels.
    
    * gnu/packages/guile-wm.scm (guile-xcb)[inputs]:
    Remove input labels.
---
 gnu/packages/guile-wm.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/guile-wm.scm b/gnu/packages/guile-wm.scm
index 63a5b2ce22..fd7a722a28 100644
--- a/gnu/packages/guile-wm.scm
+++ b/gnu/packages/guile-wm.scm
@@ -62,8 +62,7 @@
                  (string-append "--with-guile-site-ccache-dir=" out
                                 "/lib/guile/" effective "/site-ccache")))))
       (native-inputs (list guile-2.2 pkg-config texinfo))
-      (inputs `(("guile" ,guile-2.2)
-                ("xcb" ,xcb-proto)))
+      (inputs (list guile-2.2 xcb-proto))
       (home-page "https://github.com/mwitmer/guile-xcb";)
       (synopsis "XCB bindings for Guile")
       (description



reply via email to

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