gnu: guile-xcb: Remove input labels.
* gnu/packages/guile-wm.scm (guile-xcb)[inputs]: Remove input labels.master
parent
00b6a808b7
commit
53762a1bfd
|
@ -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
|
||||
|
|
Reference in New Issue