From 7a1c317ce36ea2bfa5803c5a1a42c92a67450ff9 Mon Sep 17 00:00:00 2001 From: Janneke Nieuwenhuizen Date: Wed, 24 Jan 2024 16:47:14 +0100 Subject: [PATCH] gnu: mandoc: Resurrect build. * gnu/packages/man.scm (mandoc)[native-inputs]: Add libc-utf8-locales-for-target. Change-Id: I021bfc42584ab9df216084778f4315a7a4b9fa7b --- gnu/packages/man.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index f4b995691cb..8a0d905aeb9 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2018, 2019, 2022 Marius Bakke ;;; Copyright © 2020 Vincent Legoll ;;; Copyright © 2021 Guillaume Le Vaillant -;;; Copyright © 2021 Jan (janneke) Nieuwenhuizen +;;; Copyright © 2021, 2024 Janneke Nieuwenhuizen ;;; Copyright © 2022, 2024 Maxim Cournoyer ;;; Copyright © 2022 Imran Iqbal ;;; @@ -37,6 +37,7 @@ #:use-module (guix build-system gnu) #:use-module (guix build-system ruby) #:use-module (guix utils) + #:use-module (gnu packages base) #:use-module (gnu packages compression) #:use-module (gnu packages dbm) #:use-module (gnu packages flex) @@ -294,7 +295,7 @@ pages into HTML format.") (("^PREFIX=.*") (string-append "PREFIX=" (assoc-ref outputs "out") "\n")))))))) - (native-inputs (list perl)) ;used to run tests + (native-inputs (list (libc-utf8-locales-for-target) perl)) ;used to run tests (inputs (list zlib)) (native-search-paths (list (search-path-specification