gnu: mpv: Return #t from all phases.

* gnu/packages/video.scm (mpv)[arguments]: Return #t from the 'setup-waf'
phase.
This commit is contained in:
Mark H Weaver 2018-04-12 03:28:19 -04:00
parent 8eb66f4a68
commit d39260dc11
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -1075,7 +1075,8 @@ (define-public mpv
'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"