mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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)
|
||||
("libxscrnsaver" ,libxscrnsaver)
|
||||
("libxv" ,libxv)
|
||||
("lua" ,lua)
|
||||
;; XXX: lua > 5.2 is not currently supported; see
|
||||
;; waftools/checks/custom.py
|
||||
("lua" ,lua-5.2)
|
||||
("mesa" ,mesa)
|
||||
("mpg123" ,mpg123)
|
||||
("pulseaudio" ,pulseaudio)
|
||||
|
|
Loading…
Reference in a new issue