unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61995] [PATCH] gnu: graphene: fix cross-compile.
@ 2023-03-06  6:50 Z572 via Guix-patches via
  2023-03-16 18:43 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Z572 via Guix-patches via @ 2023-03-06  6:50 UTC (permalink / raw)
  To: 61995

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1070 bytes --]

* 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





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

* [bug#61995] [PATCH] gnu: graphene: fix cross-compile.
  2023-03-06  6:50 [bug#61995] [PATCH] gnu: graphene: fix cross-compile Z572 via Guix-patches via
@ 2023-03-16 18:43 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-03-16 18:43 UTC (permalink / raw)
  To: Z572; +Cc: 61995-done, 61995

[-- Attachment #1: Type: text/plain, Size: 418 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-03-16 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-06  6:50 [bug#61995] [PATCH] gnu: graphene: fix cross-compile Z572 via Guix-patches via
2023-03-16 18:43 ` Christopher Baines

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).