mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 23:12:41 +01:00
gnu: python-mpv: Adjust inputs.
* gnu/packages/python-xyz.scm (python-mpv) [native-inputs]: Add python-wheel. Change-Id: Ife1dacf680f3651c4af08a5811a63c548259d604
This commit is contained in:
parent
52b8a60b38
commit
319ce81999
1 changed files with 2 additions and 1 deletions
|
@ -38157,7 +38157,8 @@ and @code{bspatch4}.")
|
|||
(list python-pytest
|
||||
python-pyvirtualdisplay
|
||||
python-setuptools
|
||||
python-xvfbwrapper))
|
||||
python-xvfbwrapper
|
||||
python-wheel))
|
||||
(inputs (list mpv))
|
||||
(propagated-inputs (list python-pillow)) ;for raw screenshots
|
||||
(home-page "https://github.com/jaseg/python-mpv")
|
||||
|
|
Loading…
Add table
Reference in a new issue