summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2021-10-13 14:45:38 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2021-10-13 14:45:38 +0200
commitac60f71215dbb327d3581b2a31b88de5a87abd06 (patch)
tree9915ca539b70ceeae4073707f2c66455a65e5fbd /gnu
parentc1ea1a94c33035a5aec413617d502884647af628 (diff)
downloadguix-patches-ac60f71215dbb327d3581b2a31b88de5a87abd06.tar
guix-patches-ac60f71215dbb327d3581b2a31b88de5a87abd06.tar.gz
gnu: gnome-bluetooth: Add missing inputs for tests.
* gnu/packages/gnome.scm (gnome-bluetooth)[native-inputs]: Add python and python-dbus.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2047ae0e3b..1b0a72817c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8336,6 +8336,8 @@ usage and information about running processes.")
("gobject-introspection" ,gobject-introspection)
("intltool" ,intltool)
("pkg-config" ,pkg-config)
+ ("python" ,python)
+ ("python-dbus" ,python-dbus)
("xmllint" ,libxml2)))
(propagated-inputs
;; gnome-bluetooth-1.0.pc refers to all these.