gnu: daikichi: Fix cross-compilation.

* gnu/packages/textutils.scm (daikichi): Fix cross-compilation.
[inputs]: Add diffutils.

Change-Id: I7e46a3f61a869c10f3491e1397232125ccf76149
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Zheng Junjie 2023-11-11 18:28:54 +08:00 committed by Mathieu Othacehe
parent b9d4c29989
commit 909d55e077
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

@ -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 @@
(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")