Skip to content

Commit

Permalink
gnu: mandoc: Resurrect build.
Browse files Browse the repository at this point in the history
* gnu/packages/man.scm (mandoc)[native-inputs]: Add
libc-utf8-locales-for-target.

Change-Id: I021bfc42584ab9df216084778f4315a7a4b9fa7b
  • Loading branch information
janneke authored and Christopher Baines committed Jun 9, 2024
1 parent ee5c597 commit 7a1c317
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gnu/packages/man.scm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;;; Copyright © 2018, 2019, 2022 Marius Bakke <[email protected]>
;;; Copyright © 2020 Vincent Legoll <[email protected]>
;;; Copyright © 2021 Guillaume Le Vaillant <[email protected]>
;;; Copyright © 2021 Jan (janneke) Nieuwenhuizen <[email protected]>
;;; Copyright © 2021, 2024 Janneke Nieuwenhuizen <[email protected]>
;;; Copyright © 2022, 2024 Maxim Cournoyer <[email protected]>
;;; Copyright © 2022 Imran Iqbal <[email protected]>
;;;
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7a1c317

Please sign in to comment.