summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-11-28 22:57:10 +0100
committerLudovic Courtès <ludo@gnu.org>2021-11-29 00:04:02 +0100
commit8ecc99be11cfb7257f68b3a957500dc147567e81 (patch)
tree87d43d8c28f002a14df562a75739ee50a9358676
parent2ec5a1a576c45bd63e2ae11c081802deae66ed3b (diff)
downloadguix-patches-8ecc99be11cfb7257f68b3a957500dc147567e81.tar
guix-patches-8ecc99be11cfb7257f68b3a957500dc147567e81.tar.gz
gnu: python-notify2: Propagate python-dbus.
* gnu/packages/python-xyz.scm (python-notify2)[native-inputs]: Rename to... [propagated-inputs]: ... this.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7ff95373ce..b2b50ede05 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8927,7 +8927,7 @@ mobile environments.")
"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")