summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-06-26 01:28:56 +0200
committerMarius Bakke <marius@gnu.org>2022-06-26 12:06:29 +0200
commitd58310ee3837c7bf77b4da04377e73653c347e4d (patch)
treeebe77ed95154aabfe254e062c181a6b84d596502 /gnu
parentbe531e2532178f19cf033c583d49358937c9bed4 (diff)
downloadguix-d58310ee3837c7bf77b4da04377e73653c347e4d.tar.gz
gnu: libxcb: Remove input labels.
* gnu/packages/xorg.scm (libxcb)[native-inputs]: Remove labels.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 157ed6b15f..cb82f96583 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5189,8 +5189,7 @@ protocol.")
     (inputs
       (list xcb-proto libxslt))
     (native-inputs
-      `(("pkg-config" ,pkg-config)
-        ("python" ,python-minimal-wrapper)))
+     (list pkg-config python-minimal-wrapper))
     (arguments
      `(#:configure-flags (list "--enable-xkb"
                                "--disable-static"