diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-06 09:04:09 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-06 20:04:55 +0100 |
| commit | d3663ba409bd9e94a47659844043f7334b196a64 (patch) | |
| tree | c95b762f7e1a75088116b8409466841535c644d5 /gnu/packages/python-xyz.scm | |
| parent | a1b5fcd4d868632ee92dab2a31194e0c45f0acb2 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files 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 |
