guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: mpv: Remove lua configure hack.


From: Efraim Flashner
Subject: 02/02: gnu: mpv: Remove lua configure hack.
Date: Mon, 16 Nov 2015 13:22:04 +0000

efraim pushed a commit to branch master
in repository guix.

commit 782770d1c2fb00b77bf23d3d556bb980af0faac2
Author: Efraim Flashner <address@hidden>
Date:   Mon Nov 16 15:18:30 2015 +0200

    gnu: mpv: Remove lua configure hack.
    
    * gnu/packages/video.scm (mpv)[arguments]: Remove obsolete code that
      helped configure find lua.
---
 gnu/packages/video.scm |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b46e609..fb4db62 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]