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:
parent
b9d4c29989
commit
909d55e077
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user