mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
a1b5fcd4d8
commit
d3663ba409
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue