mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
8eb66f4a68
commit
d39260dc11
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue