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

commit d39260dc11d2d3647798b7c7628d0a3c5ffaf6cb
Author: Mark H Weaver <m...@netris.org>
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