guix-commits
[Top][All Lists]
Advanced

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

21/36: gnu: mpv: Return #t from all phases.


From: Mark H. Weaver
Subject: 21/36: gnu: mpv: Return #t from all phases.
Date: Thu, 12 Apr 2018 04:09:20 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit d39260dc11d2d3647798b7c7628d0a3c5ffaf6cb
Author: Mark H Weaver <address@hidden>
Date:   Thu Apr 12 03:28:19 2018 -0400

    gnu: mpv: Return #t from all phases.
    
    * gnu/packages/video.scm (mpv)[arguments]: Return #t from the 'setup-waf'
    phase.
---
 gnu/packages/video.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index cd88ebe..affbc54 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1075,7 +1075,8 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
           'configure 'setup-waf
           (lambda* (#:key inputs #:allow-other-keys)
             (copy-file (assoc-ref inputs "waf") "waf")
-            (setenv "CC" "gcc"))))
+            (setenv "CC" "gcc")
+            #t)))
        #:configure-flags (list "--enable-libmpv-shared"
                                "--enable-cdda"
                                "--enable-dvdread"



reply via email to

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