gnu: mandoc: Resurrect build.

* gnu/packages/man.scm (mandoc)[native-inputs]: Add
libc-utf8-locales-for-target.

Change-Id: I021bfc42584ab9df216084778f4315a7a4b9fa7b
This commit is contained in:
Janneke Nieuwenhuizen 2024-01-24 16:47:14 +01:00 committed by Ludovic Courtès
parent b0ce5d6095
commit 8ff0ee8ed6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -9,7 +9,7 @@
;;; Copyright © 2018, 2019, 2022 Marius Bakke <marius@gnu.org> ;;; Copyright © 2018, 2019, 2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com> ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net> ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2021 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2021, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2022, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2022, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 Imran Iqbal <imran@imraniqbal.org> ;;; Copyright © 2022 Imran Iqbal <imran@imraniqbal.org>
;;; ;;;
@ -37,6 +37,7 @@ (define-module (gnu packages man)
#:use-module (guix build-system gnu) #:use-module (guix build-system gnu)
#:use-module (guix build-system ruby) #:use-module (guix build-system ruby)
#:use-module (guix utils) #:use-module (guix utils)
#:use-module (gnu packages base)
#:use-module (gnu packages compression) #:use-module (gnu packages compression)
#:use-module (gnu packages dbm) #:use-module (gnu packages dbm)
#:use-module (gnu packages flex) #:use-module (gnu packages flex)
@ -294,7 +295,7 @@ (define-public mandoc
(("^PREFIX=.*") (("^PREFIX=.*")
(string-append "PREFIX=" (assoc-ref outputs "out") (string-append "PREFIX=" (assoc-ref outputs "out")
"\n")))))))) "\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)) (inputs (list zlib))
(native-search-paths (native-search-paths
(list (search-path-specification (list (search-path-specification