gnu: guile-xcb: Remove input labels.

* gnu/packages/guile-wm.scm (guile-xcb)[inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-22 02:00:03 +02:00
parent 00b6a808b7
commit 53762a1bfd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -62,8 +62,7 @@ (define-public guile-xcb
(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