diff options
author | Andy Patterson <ajpatter@uwaterloo.ca> | 2016-11-13 22:09:49 -0500 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-11-14 09:03:55 +0000 |
commit | e66f0dd23246444268153e3ce1ae8fa79b45ecb0 (patch) | |
tree | 79d19c0b589764ee5262dc2f50233b0ba4132388 | |
parent | c91b368e96de9446bab37e7fab7d7c8ba71af946 (diff) | |
download | patches-e66f0dd23246444268153e3ce1ae8fa79b45ecb0.tar patches-e66f0dd23246444268153e3ce1ae8fa79b45ecb0.tar.gz |
gnu: mpv: Use lua@5.2.
* gnu/packages/video.scm (mpv)[inputs]: Change 'lua' to 'lua-5.2'.
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 2e336dd048..4329d20c2e 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -866,7 +866,9 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.") ("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) |