gnu: mpv: Remove lua configure hack.

* gnu/packages/video.scm (mpv)[arguments]: Remove obsolete code that
  helped configure find lua.
master
Efraim Flashner 2015-11-16 15:18:30 +02:00
parent 54567afa13
commit 782770d1c2
1 changed files with 1 additions and 4 deletions

View File

@ -759,10 +759,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
(substitute* "wscript"
;; XXX Remove this when our Samba package provides a .pc file.
(("check_pkg_config\\('smbclient'\\)")
"check_cc(lib='smbclient')")
;; XXX Remove this when our Lua package provides a .pc file.
(("check_lua")
"check_cc(lib='lua')")))))
"check_cc(lib='smbclient')")))))
;; No check function defined.
#:tests? #f))
(home-page "http://mpv.io/")