guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: mandoc: Resurrect build.


From: guix-commits
Subject: branch core-updates updated: gnu: mandoc: Resurrect build.
Date: Wed, 24 Jan 2024 10:50:19 -0500

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 2616dbbe8d gnu: mandoc: Resurrect build.
2616dbbe8d is described below

commit 2616dbbe8dfcd76b5b8b1cae2da09341ec3f6fb1
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Jan 24 16:47:14 2024 +0100

    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 1c5ba81be4..674b660e5d 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -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 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2022 Imran Iqbal <imran@imraniqbal.org>
 ;;;
@@ -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)
@@ -249,7 +250,7 @@ the traditional flat-text whatis databases.")
                         (("^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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]