~ruther/guix-local

2f17187ff35a6e7dd7c8e7864225d667129e1584 — Efraim Flashner 8 years ago 6541673
gnu: mediainfo: Change order of custom phases.

* gnu/packages/video.scm (mediainfo)[arguments]: Change to the build
directory before executing the autogen script.
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +4 -3
@@ 2332,10 2332,11 @@ MPEG-2, MPEG-4, DVD (VOB)...
       #:phases
       ;; build scripts not in root of archive
       (modify-phases %standard-phases
         (add-before 'configure 'pre-configure
         (add-after 'unpack 'change-to-build-dir
           (lambda _
             (chdir "Project/GNU/CLI")))
         (add-after 'unpack 'autogen
             (chdir "Project/GNU/CLI")
             #t))
         (add-after 'change-to-build-dir 'autogen
           (lambda _
             (zero? (system* "sh" "autogen.sh")))))))
    (home-page "https://mediaarea.net/en/MediaInfo")