gnu: upower: Enable GObject introspection.

* gnu/packages/gnome.scm (upower)[native-inputs]: Add gobject-introspection.
This commit is contained in:
宋文武 2015-11-13 17:51:27 +08:00
parent 2af4f5b051
commit ebeabe2d35

View file

@ -2362,7 +2362,8 @@ (define-public upower
(substitute* "src/linux/integration-test"
(("/usr/bin/python3") (which "python3"))))))))
(native-inputs
`(("pkg-config" ,pkg-config)
`(("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)
("intltool" ,intltool)
("python" ,python)))
(inputs