~ruther/guix-local

4d20c8e333a6910de3ec1a0351eb478f166b23f9 — Andreas Enge 11 months ago 59c223a
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
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/pretty-print.scm
M gnu/packages/pretty-print.scm => gnu/packages/pretty-print.scm +1 -1
@@ 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