guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit 93c20f8ad5dc3bf46d4b0519fea401077d000af1 Author: Nicolas Graves <[email protected]> AuthorDate: Tue Apr 14 02:11:47 2026 +0200 gnu: libxpm: Drop input labels. * gnu/packages/xorg.scm (libxpm)[inputs]: Drop input labels. Change-Id: I1c0d9f35b699fe355c5e6234928153c2e8a75696 Signed-off-by: Nguyễn Gia Phong <[email protected]> --- 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 ac8e048ed3..0056098d81 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1479,8 +1479,7 @@ treat it as part of their software base when porting.") (inputs (list libxt xorgproto libxext)) (native-inputs - `(("gettext" ,gettext-minimal) - ("pkg-config" ,pkg-config))) + (list gettext-minimal pkg-config)) (home-page "https://www.x.org/wiki/") (synopsis "Xorg XPM library") (description "XPM (X Pixmap) image file format library.")
