mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: fmt-8: Inherit from fmt-10.
This is a follow-up to commit 4cb2e664bd
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user