guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 855e52db66569d433733620c3df9d436288d496a
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jan 18 22:49:08 2026 +0100

    gnu: python-twisted: Propagate python:tk.
    
    * gnu/packages/python-xyz.scm (python-twisted)[propagated-inputs]: Add
    python:tk.
    
    Change-Id: I20376d69683d2ba312a565c930639f401f73ab19
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 553d14bf41..420624dbb1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38307,6 +38307,7 @@ their files and supports any packaging format 
(including wheels).")
            python-typing-extensions
            python-zope-interface
            ;; [conch]
+           (list python "tk")
            python-appdirs
            python-bcrypt
            python-cryptography

Reply via email to