efraim pushed a commit to branch master
in repository guix.

commit 3d2c9608abb8ee2d9e427611673d042ccfd2fbe0
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Dec 6 11:39:57 2022 +0200

    gnu: vdirsyncer: Don't propagate python packages.
    
    * gnu/packages/dav.scm (vdirsyncer)[propagated-inputs]: Move all
    packages ...
    [inputs]: ... to here.
---
 gnu/packages/dav.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 775a3d9bed..317b5bf474 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -157,7 +157,7 @@ efficient syncing
            python-pytest-cov
            python-pytest-httpserver
            radicale))
-    (propagated-inputs
+    (inputs
      (list python-aiohttp
            python-aiostream
            python-atomicwrites

Reply via email to