mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: mpv: Use lua@5.2.
* gnu/packages/video.scm (mpv)[inputs]: Change 'lua' to 'lua-5.2'.
This commit is contained in:
parent
c91b368e96
commit
e66f0dd232
1 changed files with 3 additions and 1 deletions
|
@ -866,7 +866,9 @@ (define-public mpv
|
||||||
("libxrandr" ,libxrandr)
|
("libxrandr" ,libxrandr)
|
||||||
("libxscrnsaver" ,libxscrnsaver)
|
("libxscrnsaver" ,libxscrnsaver)
|
||||||
("libxv" ,libxv)
|
("libxv" ,libxv)
|
||||||
("lua" ,lua)
|
;; XXX: lua > 5.2 is not currently supported; see
|
||||||
|
;; waftools/checks/custom.py
|
||||||
|
("lua" ,lua-5.2)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("mpg123" ,mpg123)
|
("mpg123" ,mpg123)
|
||||||
("pulseaudio" ,pulseaudio)
|
("pulseaudio" ,pulseaudio)
|
||||||
|
|
Loading…
Reference in a new issue