sharlatan pushed a commit to branch master
in repository guix.

commit d3663ba409bd9e94a47659844043f7334b196a64
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue May 6 09:04:09 2025 +0100

    gnu: python-kivy: Adjust inputs.
    
    * gnu/packages/python-xyz.scm (python-kivy)
    [inputs]: Remove python-docutils, python-filetype, python-kivy-garden,
    python-pygments, and python-requests.
    [propagated-inputs]: Add python-docutils, python-filetype,
    python-kivy-garden, python-pygments, and python-requests.
    
    Change-Id: I76f7ca94d42fafe3bde36f4b2a1d27bf89831521
---
 gnu/packages/python-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dd12d62dbf..117af5dc8c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24657,8 +24657,9 @@ for Kivy, the multitouch application platform.")
     (inputs
      (list gstreamer
            mesa
-           (sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf))
-           python-docutils
+           (sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf))))
+    (propagated-inputs
+     (list python-docutils
            python-filetype
            python-kivy-garden
            python-pygments

Reply via email to