gnu: upower: Enable GObject introspection.
* gnu/packages/gnome.scm (upower)[native-inputs]: Add gobject-introspection.master
parent
2af4f5b051
commit
ebeabe2d35
|
@ -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
|
||||
|
|
Reference in New Issue