gnu: upower: Enable GObject introspection.
* gnu/packages/gnome.scm (upower)[native-inputs]: Add gobject-introspection.
This commit is contained in:
parent
2af4f5b051
commit
ebeabe2d35
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue