[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: mpv: Use address@hidden
From: |
Marius Bakke |
Subject: |
01/01: gnu: mpv: Use address@hidden |
Date: |
Mon, 14 Nov 2016 09:05:48 +0000 (UTC) |
mbakke pushed a commit to branch master
in repository guix.
commit e66f0dd23246444268153e3ce1ae8fa79b45ecb0
Author: Andy Patterson <address@hidden>
Date: Sun Nov 13 22:09:49 2016 -0500
gnu: mpv: Use address@hidden
* gnu/packages/video.scm (mpv)[inputs]: Change 'lua' to 'lua-5.2'.
---
gnu/packages/video.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2e336dd..4329d20 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)