guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit 8a8dcb9f1ec08a484667e29b1c1b20c26abf1208 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 8f88011a10..c77f887355 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1257,8 +1257,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.")
