gnu: upower: Enable GObject introspection.

* gnu/packages/gnome.scm (upower)[native-inputs]: Add gobject-introspection.
master
宋文武 2015-11-13 17:51:27 +08:00
parent 2af4f5b051
commit ebeabe2d35
1 changed files with 2 additions and 1 deletions

View File

@ -2362,7 +2362,8 @@ faster results and to avoid unnecessary server load.")
(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