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-08 16:49:00 +0100
commitc1ade92cf3a6796f697ad86212d6ee118ceeef5a (patch)
treebbc7f8fd56ccb89a9a758e91a986b5c6aece2e64
parent709006f89aa1a0eb6fd7de26d5cc4138018dfeea (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