mbakke pushed a commit to branch core-updates
in repository guix.
commit 984bc9edac30c9c408fbdbe7978462df253666d2
Author: Marius Bakke <[email protected]>
AuthorDate: Sun Jun 26 01:27:46 2022 +0200
gnu: xcb-proto: Remove input labels.
* gnu/packages/xorg.scm (xcb-proto)[native-inputs]: Remove labels.
---
gnu/packages/xorg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 4632eb415c..ba0a7f62a1 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2111,7 +2111,7 @@ emulate a TI-30 or an HP-10C.")
"1vak6q53abwxnkfn6by7j24m48kd2iy7jnskkqzzx8l0ysqvwwkh"))))
(build-system gnu-build-system)
(native-inputs
- `(("pkg-config" ,pkg-config) ("python" ,python-minimal-wrapper)))
+ (list pkg-config python-minimal-wrapper))
(home-page "https://xcb.freedesktop.org/")
(synopsis "XML-XCB protocol descriptions")
(description