mbakke pushed a commit to branch core-updates
in repository guix.

commit d58310ee3837c7bf77b4da04377e73653c347e4d
Author: Marius Bakke <[email protected]>
AuthorDate: Sun Jun 26 01:28:56 2022 +0200

    gnu: libxcb: Remove input labels.
    
    * gnu/packages/xorg.scm (libxcb)[native-inputs]: Remove labels.
---
 gnu/packages/xorg.scm | 3 +--
 1 file changed, 1 insertion(+), 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"

Reply via email to