guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit ca883555864071f6fa2aad6cf4a50ee42ff1734a 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 58caf3b0e9..475ed2b985 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1250,8 +1250,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.")
