guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gnome-bluetooth: Add missing inputs for tests.


From: guix-commits
Subject: 02/02: gnu: gnome-bluetooth: Add missing inputs for tests.
Date: Wed, 13 Oct 2021 08:57:31 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit ac60f71215dbb327d3581b2a31b88de5a87abd06
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Oct 13 14:45:38 2021 +0200

    gnu: gnome-bluetooth: Add missing inputs for tests.
    
    * gnu/packages/gnome.scm (gnome-bluetooth)[native-inputs]: Add python and
      python-dbus.
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2047ae0..1b0a728 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]