guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit e2dd002c936c633643f5a073344a9b91167d5b86 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 c39be479f7..6cfbb59261 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.")
