diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-08-07 19:19:27 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-08-07 20:05:57 +0300 |
commit | 22300394276d84a6a408dc117f5de93c3d380553 (patch) | |
tree | f65c50d235e30615cc33d5a48b3abe37af4dad5d /gnu | |
parent | fe7023a744b9c6753a250475ed1c908e25413f2a (diff) | |
download | guix-22300394276d84a6a408dc117f5de93c3d380553.tar.gz |
gnu: vapoursynth: Remove extra build phase.
* gnu/packages/video.scm (vapoursynth)[arguments]: Remove unneeded 'autogen phase.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 1c3177ef2a..6f528af589 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2066,12 +2066,6 @@ capabilities.") ("libass" ,libass) ("tesseract-ocr" ,tesseract-ocr) ("zimg" ,zimg))) - (arguments - '(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'autogen - (lambda _ - (invoke "sh" "autogen.sh")))))) (home-page "http://www.vapoursynth.com/") (synopsis "Video processing framework") (description "VapourSynth is a C++ library and Python module for video |