all messages for Guix-related lists mirrored at yhetil.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

* bug#67069: [PATCH] gnu: daikichi: fix cross-compilation.
  2023-11-11 10:28 [bug#67069] [PATCH] gnu: daikichi: fix cross-compilation Zheng Junjie
@ 2023-11-25 13:38 ` Mathieu Othacehe
  2023-11-25 22:18 ` [bug#67069] " Liliana Marie Prikler
  1 sibling, 0 replies; 3+ messages in thread
From: Mathieu Othacehe @ 2023-11-25 13:38 UTC (permalink / raw)
  To: Zheng Junjie; +Cc: 67069-done


> * gnu/packages/textutils.scm (daikichi): fix cross-compilation.

Applied, thanks,

Mathieu




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

* [bug#67069] [PATCH] gnu: daikichi: fix cross-compilation.
  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 ` Liliana Marie Prikler
  1 sibling, 0 replies; 3+ messages in thread
From: Liliana Marie Prikler @ 2023-11-25 22:18 UTC (permalink / raw)
  To: Zheng Junjie, 67069

Am Samstag, dem 11.11.2023 um 18:28 +0800 schrieb Zheng Junjie:
> * 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")
I only noticed this now that it's been pushed, but are you sure that
inputs is correct?  As far as I know, diffutils are only used for the
tests, so it ought to be native-inputs, no?

Cheers




^ permalink raw reply	[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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.