gnu: at-spi2-core: Enable GObject introspection.
* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Add #:make-flags. [native-inputs]: Add gobject-introspection.
This commit is contained in:
parent
c6a552daea
commit
50cc7f41b9
|
@ -344,7 +344,8 @@ in the GNOME project.")
|
||||||
"1l3l39mw23zyjlcqidvkyqlr4gwbhplzw2hcv3qvn6p8ikxpf2qw"))))
|
"1l3l39mw23zyjlcqidvkyqlr4gwbhplzw2hcv3qvn6p8ikxpf2qw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:make-flags '("CC=gcc") ; for g-ir-scanner
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace check
|
(replace check
|
||||||
;; Run test-suite under a dbus session.
|
;; Run test-suite under a dbus session.
|
||||||
|
@ -358,7 +359,8 @@ in the GNOME project.")
|
||||||
`(("libxi" ,libxi)
|
`(("libxi" ,libxi)
|
||||||
("libxtst" ,libxtst)))
|
("libxtst" ,libxtst)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("gobject-introspection" ,gobject-introspection)
|
||||||
|
("intltool" ,intltool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(synopsis "Assistive Technology Service Provider Interface, core components")
|
(synopsis "Assistive Technology Service Provider Interface, core components")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue