summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-07-20 14:33:41 +0200
committerAndreas Enge <andreas@enge.fr>2025-07-20 14:33:41 +0200
commit4d20c8e333a6910de3ec1a0351eb478f166b23f9 (patch)
treefefd7674dedb8939d5b79722bc48d47beb47c659
parent59c223a5b3a336663645d9b58a998874b9019ac9 (diff)
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
-rw-r--r--gnu/packages/pretty-print.scm2
1 files changed, 1 insertions, 1 deletions
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