guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: econnman: Add missing input.


From: Ludovic Courtès
Subject: 01/01: gnu: econnman: Add missing input.
Date: Sat, 7 Jan 2017 22:03:04 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 261f56914cd9cd19ecb38c59f1bb2b42f3514e72
Author: Clément Lassieur <address@hidden>
Date:   Tue Jan 3 23:15:31 2017 +0100

    gnu: econnman: Add missing input.
    
    * gnu/packages/connman.scm (econnman)[inputs]: Add python2-dbus.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/connman.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm
index 8700012..0fced0b 100644
--- a/gnu/packages/connman.scm
+++ b/gnu/packages/connman.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 Mathieu OTHACEHE <address@hidden>
+;;; Copyright © 2017 Clément Lassieur <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -123,6 +124,7 @@ sharing) to clients via USB, ethernet, WiFi, cellular and 
Bluetooth.")
     (inputs
      `(("efl" ,efl)
        ("python-2" ,python-2)
+       ("python2-dbus" ,python2-dbus)
        ("python2-efl" ,python2-efl)))
     (home-page "https://www.enlightenment.org";)
     (synopsis "Connman User Interface written using the EFL")



reply via email to

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