mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: gnome-bluetooth: Add missing inputs for tests.
* gnu/packages/gnome.scm (gnome-bluetooth)[native-inputs]: Add python and python-dbus.
This commit is contained in:
parent
c1ea1a94c3
commit
ac60f71215
1 changed files with 2 additions and 0 deletions
|
@ -8336,6 +8336,8 @@ (define-public gnome-bluetooth
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
("python" ,python)
|
||||||
|
("python-dbus" ,python-dbus)
|
||||||
("xmllint" ,libxml2)))
|
("xmllint" ,libxml2)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; gnome-bluetooth-1.0.pc refers to all these.
|
;; gnome-bluetooth-1.0.pc refers to all these.
|
||||||
|
|
Loading…
Reference in a new issue