unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67069] [PATCH] gnu: daikichi: fix cross-compilation.
@ 2023-11-11 10:28 Zheng Junjie
  2023-11-25 13:38 ` bug#67069: " Mathieu Othacehe
  2023-11-25 22:18 ` [bug#67069] " Liliana Marie Prikler
  0 siblings, 2 replies; 3+ messages in thread
From: Zheng Junjie @ 2023-11-11 10:28 UTC (permalink / raw)
  To: 67069

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1111 bytes --]

* 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@gmail.com>
 ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2021 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2023 Zheng Junjie <873216071@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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-25 22:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-11 10:28 [bug#67069] [PATCH] gnu: daikichi: fix cross-compilation Zheng Junjie
2023-11-25 13:38 ` bug#67069: " Mathieu Othacehe
2023-11-25 22:18 ` [bug#67069] " Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).