guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

25/62: gnu: libxcb: Remove input labels.


From: guix-commits
Subject: 25/62: gnu: libxcb: Remove input labels.
Date: Sun, 26 Jun 2022 06:09:08 -0400 (EDT)

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

commit d58310ee3837c7bf77b4da04377e73653c347e4d
Author: Marius Bakke <marius@gnu.org>
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

[Prev in Thread] Current Thread [Next in Thread]