guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 1c9b259e3515d544e36b70a337dc57f99d71bca5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jul 28 15:09:02 2025 +0100

    gnu: xauth: Remove cmdtest from native inputs.
    
    cmdtest is not required any longer to run unit tests and the project is
    not maintained since 2011, see <https://liw.fi/cmdtest/>.
    
    * gnu/packages/xorg.scm (xauth) [native-inputs]: Remove cmdtest.
    
    Change-Id: I649ccd9c81dfd8a7923a7db73b758a60a81d8581
---
 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 d1678fa2f8..3d41492080 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2100,7 +2100,7 @@ server.")
     (inputs
      (list libxmu libxext libxau libx11))
     (native-inputs
-     (list cmdtest pkg-config))
+     (list pkg-config))
     (home-page "https://www.x.org/wiki/";)
     (synopsis "X authority file utility")
     (description

Reply via email to