emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61995: closed ([PATCH] gnu: graphene: fix cross-compile.)


From: GNU bug Tracking System
Subject: bug#61995: closed ([PATCH] gnu: graphene: fix cross-compile.)
Date: Thu, 16 Mar 2023 18:47:02 +0000

Your message dated Thu, 16 Mar 2023 18:43:58 +0000
with message-id <87pm98wn3v.fsf@cbaines.net>
and subject line Re: [bug#61995] [PATCH] gnu: graphene: fix cross-compile.
has caused the debbugs.gnu.org bug report #61995,
regarding [PATCH] gnu: graphene: fix cross-compile.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61995: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61995
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: graphene: fix cross-compile. Date: Mon, 6 Mar 2023 14:50:35 +0800
* gnu/packages/gtk.scm(graphene): fix cross-compile.
[arguments]: <#:configure-flags>: use 'disabled' replace 'false' with
introspection option.
---
 gnu/packages/gtk.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f575194c73..e985e161b1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -34,6 +34,7 @@
 ;;; Copyright ?? 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
 ;;; Copyright ?? 2022 Petr Hodina <phodina@protonmail.com>
 ;;; Copyright ?? 2023 Sergiu Ivanov <sivanov@colimite.fr>
+;;; Copyright ?? 2023 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2516,7 +2517,7 @@ (define-public graphene
         "-Dinstalled_tests=false"
         ,@(if (%current-target-system)
               ;; Introspection requires running binaries for 'host' on 'build'.
-              '("-Dintrospection=false")
+              '("-Dintrospection=disabled")
               '()))))
     (native-inputs
      `(("git" ,git-minimal/pinned)
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61995] [PATCH] gnu: graphene: fix cross-compile. Date: Thu, 16 Mar 2023 18:43:58 +0000 User-agent: mu4e 1.8.13; emacs 28.2
Z572 via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/gtk.scm(graphene): fix cross-compile.
> [arguments]: <#:configure-flags>: use 'disabled' replace 'false' with
> introspection option.
> ---
>  gnu/packages/gtk.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

I've tweaked the commit message and pushed this to master as
1820dc7ce6945569db4ef6e265764705e6aabc48.

Thanks,

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]