GNU bug report logs - #67069
[PATCH] gnu: daikichi: fix cross-compilation.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Date: Sat, 11 Nov 2023 10:31:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#67069: closed ([PATCH] gnu: daikichi: fix cross-compilation.)
Date: Sat, 25 Nov 2023 13:39:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 25 Nov 2023 14:38:15 +0100
with message-id <87y1emt0l4.fsf <at> gnu.org>
and subject line Re: [bug#67069] [PATCH] gnu: daikichi: fix cross-compilation.
has caused the debbugs.gnu.org bug report #67069,
regarding [PATCH] gnu: daikichi: fix cross-compilation.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
67069: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67069
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: daikichi: fix cross-compilation.
Date: Sat, 11 Nov 2023 18:28:54 +0800
* gnu/packages/textutils.scm (daikichi): fix cross-compilation.
[inputs]: add diffutils.

Change-Id: I7e46a3f61a869c10f3491e1397232125ccf76149
---
 gnu/packages/toys.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm
index 21d5279e85..2fa47315c0 100644
--- a/gnu/packages/toys.scm
+++ b/gnu/packages/toys.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2019, 2022 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
 ;;; Copyright © 2020 Efraim Flashner <efraim <at> flashner.co.il>
 ;;; Copyright © 2021 Leo Famulari <leo <at> famulari.name>
+;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -70,6 +71,7 @@ (define-public daikichi
                       (search-input-file inputs
                                          (string-append "bin/" cmd)))))))))
     (inputs (list bash-minimal coreutils sed
+                  diffutils
                   fmt gmp))
     (native-inputs (list pkg-config))
     (home-page "https://gitlab.com/lilyp/daikichi")

base-commit: 61c527227ceebdad8da2d52214b253a48323cbb9
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: 67069-done <at> debbugs.gnu.org
Subject: Re: [bug#67069] [PATCH] gnu: daikichi: fix cross-compilation.
Date: Sat, 25 Nov 2023 14:38:15 +0100
> * gnu/packages/textutils.scm (daikichi): fix cross-compilation.

Applied, thanks,

Mathieu


This bug report was last modified 1 year and 182 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.