mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
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:
parent
b0ce5d6095
commit
8ff0ee8ed6
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
;;; Copyright © 2018, 2019, 2022 Marius Bakke <marius@gnu.org>
|
||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||
;;; 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 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 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 @@ (define-public mandoc
|
|||
(("^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
|
||||
|
|
Loading…
Reference in a new issue