mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue