gnu: gtk+-2: build gobject introspection typelib file.
* gnu/packages/gtk.scm (gtk+-2): add `gobject-introspection' to the native-inputs to install typelib file.
This commit is contained in:
parent
0f49d7ba70
commit
3e3d47fc53
|
@ -408,10 +408,12 @@ is part of the GNOME accessibility project.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("glib" ,glib "bin")
|
("glib" ,glib "bin")
|
||||||
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python-wrapper" ,python-wrapper)))
|
("python-wrapper" ,python-wrapper)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:make-flags '("CC=gcc")
|
||||||
|
#:phases
|
||||||
(alist-cons-before
|
(alist-cons-before
|
||||||
'configure 'disable-tests
|
'configure 'disable-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in New Issue