mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: python-notify2: Propagate python-dbus.
* gnu/packages/python-xyz.scm (python-notify2)[native-inputs]: Rename to... [propagated-inputs]: ... this.
This commit is contained in:
parent
2ec5a1a576
commit
8ecc99be11
1 changed files with 1 additions and 1 deletions
|
@ -8927,7 +8927,7 @@ (define-public python-notify2
|
||||||
"0z8rrv9rsg1r2qgh2dxj3dfj5xnki98kgi3w839kqby4a26i1yik"))))
|
"0z8rrv9rsg1r2qgh2dxj3dfj5xnki98kgi3w839kqby4a26i1yik"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:tests? #f)) ; tests depend on system state
|
(arguments `(#:tests? #f)) ; tests depend on system state
|
||||||
(native-inputs
|
(propagated-inputs
|
||||||
`(("python-dbus" ,python-dbus)))
|
`(("python-dbus" ,python-dbus)))
|
||||||
(home-page "https://bitbucket.org/takluyver/pynotify2")
|
(home-page "https://bitbucket.org/takluyver/pynotify2")
|
||||||
(synopsis "Python interface to D-Bus notifications")
|
(synopsis "Python interface to D-Bus notifications")
|
||||||
|
|
Loading…
Reference in a new issue