mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: duplicity: Depend on python-pygobject.
* gnu/packages/backup.scm (duplicity)[propagated-inputs]: Add python-pygobject. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
06b46713a4
commit
065f84d8df
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ (define-public duplicity
|
|||
("mock" ,python-mock)))
|
||||
(propagated-inputs
|
||||
`(("lockfile" ,python-lockfile)
|
||||
("pygobject" ,python-pygobject)
|
||||
("urllib3" ,python-urllib3)))
|
||||
(inputs
|
||||
`(("librsync" ,librsync)
|
||||
|
|
Loading…
Reference in a new issue