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:
Ludovic Courtès 2021-11-28 22:57:10 +01:00
parent 2ec5a1a576
commit 8ecc99be11
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -8927,7 +8927,7 @@ (define-public python-notify2
"0z8rrv9rsg1r2qgh2dxj3dfj5xnki98kgi3w839kqby4a26i1yik"))))
(build-system python-build-system)
(arguments `(#:tests? #f)) ; tests depend on system state
(native-inputs
(propagated-inputs
`(("python-dbus" ,python-dbus)))
(home-page "https://bitbucket.org/takluyver/pynotify2")
(synopsis "Python interface to D-Bus notifications")