guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: python-notify2: Propagate python-dbus.


From: guix-commits
Subject: 02/05: gnu: python-notify2: Propagate python-dbus.
Date: Sun, 28 Nov 2021 18:04:52 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 8ecc99be11cfb7257f68b3a957500dc147567e81
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Nov 28 22:57:10 2021 +0100

    gnu: python-notify2: Propagate python-dbus.
    
    * gnu/packages/python-xyz.scm (python-notify2)[native-inputs]: Rename to...
    [propagated-inputs]: ... this.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7ff9537..b2b50ed 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]