mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
643811c798
commit
3bcacc924f
1 changed files with 1 additions and 1 deletions
|
@ -2109,7 +2109,7 @@ server.")
|
||||||
(inputs
|
(inputs
|
||||||
(list libxmu libxext libxau libx11))
|
(list libxmu libxext libxau libx11))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list cmdtest pkg-config))
|
(list pkg-config))
|
||||||
(home-page "https://www.x.org/wiki/")
|
(home-page "https://www.x.org/wiki/")
|
||||||
(synopsis "X authority file utility")
|
(synopsis "X authority file utility")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue