mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: guile-xcb: Remove input labels.
* gnu/packages/guile-wm.scm (guile-xcb)[inputs]: Remove input labels.
This commit is contained in:
parent
00b6a808b7
commit
53762a1bfd
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue