mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: libxcb: Remove input labels.
* gnu/packages/xorg.scm (libxcb)[native-inputs]: Remove labels.
This commit is contained in:
parent
be531e2532
commit
d58310ee38
1 changed files with 1 additions and 2 deletions
|
@ -5189,8 +5189,7 @@ (define-public libxcb
|
||||||
(inputs
|
(inputs
|
||||||
(list xcb-proto libxslt))
|
(list xcb-proto libxslt))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
(list pkg-config python-minimal-wrapper))
|
||||||
("python" ,python-minimal-wrapper)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--enable-xkb"
|
`(#:configure-flags (list "--enable-xkb"
|
||||||
"--disable-static"
|
"--disable-static"
|
||||||
|
|
Loading…
Reference in a new issue