[PATCH] gnu: graphene: fix cross-compile.

  • Done
  • quality assurance status badge
Details
2 participants
  • Z572
  • Christopher Baines
Owner
unassigned
Submitted by
Z572
Severity
normal
Z
(address . guix-patches@gnu.org)
tencent_1AFED4752CCB1B4AC66A83363D5381B2AC09@qq.com
* 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(-)

Toggle diff (23 lines)
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
C
C
Christopher Baines wrote on 16 Mar 2023 19:43
(name . Z572)(address . 873216071@qq.com)
87pm98wn3v.fsf@cbaines.net
Z572 via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (7 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmQTZARfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XcaCg//Z92Ve2vGrde6vjAHxWIw8KMlqqqKbDLc
UYNupCEwfG9mMmzlexDhXEE9ZpqXZevnA1p+oauOvw2TtfbXU97cVk2dW0t8eUqT
HOwRrL189k4in2iH5XajxOyCYiJ+RkQouWi64gg2nua1EH2jXwJf6i/EXvcaOjEQ
kH2uhgq0T/PlnOKjaslCyeBCmwecFVBf2UDFI2dRCH+3YT75jUXsAhsaBhDQpaIi
6lxXjSADFDoqvDpGNRYj4reUPr3ymTjKOMn881OQW5/aOYFi6m1949o8eSmKJfVH
Tf72cG6/WWgwtFp97mrz0RvSRDaI8d08Vwl+YfLbMk6bOHAJyHkUBRRW3NU3Uppp
FV3gS380P8iegQsoHa3T3JvZxiJX9AhAPFlQJ+XO5CKSX9RDrRdlAemFkD57inJ4
TLsRlJb/NnRVo1R3vNd41Wmcdzkj86cqn/InZFqPQlrHJ3VpLZJPzBbJ4bDvtFDd
c0Q5Fi4wBSmNKb052H4E32f2ite2+VWnDAAXxV6odfJeYL+Wg2KCG9KDVnmIpdOY
CJ1d2kvqooBxYh2hV2C+Fzl2feKpn1+3vYoXHgh1E0+TEg2C4XZNKY3Aoi3v4ttL
tOUJPYmbj5x48vjFSKrjizUb1ied3jQKqvx6G4AJqj0NSqoawOT63d0+evbBY/E1
Zrr8U710nQk=
=5fch
-----END PGP SIGNATURE-----

?