unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: econnman: Add missing input.
@ 2017-01-03 22:15 Clément Lassieur
  2017-01-04  8:07 ` Leo Famulari
  2017-01-07 22:03 ` Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Clément Lassieur @ 2017-01-03 22:15 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/connman.scm (econnman)[inputs]: Add python2-dbus.
---
 gnu/packages/connman.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm
index 870001237..0fced0be7 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 <efraim@flashner.co.il>
 ;;; Copyright © 2017 Mathieu OTHACEHE <m.othacehe@gmail.com>
+;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
 ;;;
 ;;; 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")
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-07 22:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-03 22:15 [PATCH] gnu: econnman: Add missing input Clément Lassieur
2017-01-04  8:07 ` Leo Famulari
2017-01-04  9:27   ` Clément Lassieur
2017-01-04 15:32     ` Danny Milosavljevic
2017-01-07 22:03 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).