guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: vdirsyncer: Don't propagate python packages.


From: guix-commits
Subject: 09/09: gnu: vdirsyncer: Don't propagate python packages.
Date: Tue, 6 Dec 2022 04:42:28 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 3d2c9608abb8ee2d9e427611673d042ccfd2fbe0
Author: Efraim Flashner <efraim@flashner.co.il>
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

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