gnu: gnome-tweak-tool: Use glib-or-gtk-build-system.
This allows gobject introspection namespaces to be found. * gnu/packages/gnome.scm (gnome-tweak-tool)[build-system]: Set to GLIB-OR-GTK-BUILD-SYSTEM. [arguments]: Use %GLIB-OR-GTK-BUILD-SYSTEM-MODULES in #:imported-modules. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
dbf9d37114
commit
7ef335b0e8
|
@ -5288,12 +5288,12 @@ existing databases over the internet.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fj6wjvnjygzm9br3sw9gya6d18yly1rm69yaiar9spfbkvv4wai"))))
|
"1fj6wjvnjygzm9br3sw9gya6d18yly1rm69yaiar9spfbkvv4wai"))))
|
||||||
(build-system gnu-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--localstatedir=/tmp"
|
`(#:configure-flags '("--localstatedir=/tmp"
|
||||||
"--sysconfdir=/tmp")
|
"--sysconfdir=/tmp")
|
||||||
#:imported-modules ((guix build python-build-system)
|
#:imported-modules ((guix build python-build-system)
|
||||||
,@%gnu-build-system-modules)
|
,@%glib-or-gtk-build-system-modules)
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-after 'install 'wrap
|
(add-after 'install 'wrap
|
||||||
(@@ (guix build python-build-system) wrap)))))
|
(@@ (guix build python-build-system) wrap)))))
|
||||||
|
|
Loading…
Reference in New Issue