diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2023-11-11 18:28:54 +0800 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2023-11-25 14:47:51 +0100 |
commit | 909d55e0776cb8862613d029b4ce337a6a959c02 (patch) | |
tree | 76abde2e7d11c45ae63400218182a7df3db4c9d5 | |
parent | b9d4c299893e28b4343cd2fef5f1d25b9d228396 (diff) |
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>
-rw-r--r-- | gnu/packages/toys.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ (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") |