guix_mirror_bot pushed a commit to branch master in repository guix. commit 4d20c8e333a6910de3ec1a0351eb478f166b23f9 Author: Andreas Enge <andr...@enge.fr> AuthorDate: Sun Jul 20 14:33:41 2025 +0200
gnu: fmt-8: Inherit from fmt-10. This is a follow-up to commit 4cb2e664bde0e419f2f7d3231d64474f7c9006de and fixes the build of fmt-8 on i686. * gnu/packages/pretty-print.scm (fmt-8)[inherit]: Inherit from fmt-10 instead of fmt-9, to avoid the patch specific to fmt-9. Change-Id: I43452cec64fb0617a2423e01c8c9ecee9f9bdfa4 --- gnu/packages/pretty-print.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm index f01cd5e601..1406ed90a9 100644 --- a/gnu/packages/pretty-print.scm +++ b/gnu/packages/pretty-print.scm @@ -290,7 +290,7 @@ a fast alternative to @code{IOStreams}.") (define-public fmt-8 (package - (inherit fmt-9) + (inherit fmt-10) (version "8.1.1") (source (origin