diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:00 +0200 |
commit | 53762a1bfd49ac6434befd1d0bea02e833c64319 (patch) | |
tree | 73bef55c80214404644db31d378f171de4fa6dcc /gnu | |
parent | 00b6a808b7bf2f5d5d3b6b299ee0d14ff0f09057 (diff) |
gnu: guile-xcb: Remove input labels.
* gnu/packages/guile-wm.scm (guile-xcb)[inputs]:
Remove input labels.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/guile-wm.scm | 3 |
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 |