gnu: vapoursynth: Return #t from all phases.
* gnu/packages/video.scm (vapoursynth)[arguments]: Substitute INVOKE for SYSTEM*.master
parent
e626984639
commit
52fb5b3aee
|
@ -1765,10 +1765,9 @@ capabilities.")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after
|
(add-after 'unpack 'autogen
|
||||||
'unpack 'autogen
|
(lambda _
|
||||||
(lambda _
|
(invoke "sh" "autogen.sh"))))))
|
||||||
(zero? (system* "sh" "autogen.sh")))))))
|
|
||||||
(home-page "http://www.vapoursynth.com/")
|
(home-page "http://www.vapoursynth.com/")
|
||||||
(synopsis "Video processing framework")
|
(synopsis "Video processing framework")
|
||||||
(description "VapourSynth is a C++ library and Python module for video
|
(description "VapourSynth is a C++ library and Python module for video
|
||||||
|
|
Reference in New Issue