me
/
guix
Archived
1
0
Fork 0

gnu: graphene: Fix cross-compilation.

* gnu/packages/gtk.scm (graphene)[arguments]<#:configure-flags>: Use
'disabled' replace 'false' with introspection option.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Z572 2023-03-06 14:50:35 +08:00 committed by Christopher Baines
parent 3c12e40dca
commit 1820dc7ce6
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@
;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com> ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2023 Sergiu Ivanov <sivanov@colimite.fr> ;;; Copyright © 2023 Sergiu Ivanov <sivanov@colimite.fr>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -2516,7 +2517,7 @@ Parcellite and adds bugfixes and features.")
"-Dinstalled_tests=false" "-Dinstalled_tests=false"
,@(if (%current-target-system) ,@(if (%current-target-system)
;; Introspection requires running binaries for 'host' on 'build'. ;; Introspection requires running binaries for 'host' on 'build'.
'("-Dintrospection=false") '("-Dintrospection=disabled")
'())))) '()))))
(native-inputs (native-inputs
`(("git" ,git-minimal/pinned) `(("git" ,git-minimal/pinned)