summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-28 15:09:02 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-19 13:57:38 +0100
commitababf6258af70f8c722cf662bee815dea12ec5aa (patch)
tree49f2c06b87f164117e366121736c77f09dbb0c52
parent40d061e10d14f3c61d07779910287f1ce3e2cced (diff)
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
-rw-r--r--gnu/packages/xorg.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 4de513599d..7f1b33d710 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2108,7 +2108,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