gnu: econnman: Add missing input.
* gnu/packages/connman.scm (econnman)[inputs]: Add python2-dbus. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									2b84170782
								
							
						
					
					
						commit
						261f56914c
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -1,6 +1,7 @@
 | 
				
			||||||
;;; GNU Guix --- Functional package management for GNU
 | 
					;;; GNU Guix --- Functional package management for GNU
 | 
				
			||||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
;;; Copyright © 2017 Mathieu OTHACEHE <m.othacehe@gmail.com>
 | 
					;;; Copyright © 2017 Mathieu OTHACEHE <m.othacehe@gmail.com>
 | 
				
			||||||
 | 
					;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -123,6 +124,7 @@ sharing) to clients via USB, ethernet, WiFi, cellular and Bluetooth.")
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("efl" ,efl)
 | 
					     `(("efl" ,efl)
 | 
				
			||||||
       ("python-2" ,python-2)
 | 
					       ("python-2" ,python-2)
 | 
				
			||||||
 | 
					       ("python2-dbus" ,python2-dbus)
 | 
				
			||||||
       ("python2-efl" ,python2-efl)))
 | 
					       ("python2-efl" ,python2-efl)))
 | 
				
			||||||
    (home-page "https://www.enlightenment.org")
 | 
					    (home-page "https://www.enlightenment.org")
 | 
				
			||||||
    (synopsis "Connman User Interface written using the EFL")
 | 
					    (synopsis "Connman User Interface written using the EFL")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue