summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-22 02:00:03 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-22 02:00:00 +0200
commit53762a1bfd49ac6434befd1d0bea02e833c64319 (patch)
tree73bef55c80214404644db31d378f171de4fa6dcc
parent00b6a808b7bf2f5d5d3b6b299ee0d14ff0f09057 (diff)
downloadguix-patches-53762a1bfd49ac6434befd1d0bea02e833c64319.tar
guix-patches-53762a1bfd49ac6434befd1d0bea02e833c64319.tar.gz
gnu: guile-xcb: Remove input labels.
* gnu/packages/guile-wm.scm (guile-xcb)[inputs]: Remove input labels.
-rw-r--r--gnu/packages/guile-wm.scm3
1 files changed, 1 insertions, 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