mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libmediainfo: Remove extra build phase.
* gnu/packages/video.scm (libmediainfo)[arguments]: Remove unneeded 'autogen phase.
This commit is contained in:
parent
d05e607c9d
commit
1d05b683ef
1 changed files with 1 additions and 4 deletions
|
@ -2887,10 +2887,7 @@ (define-public libmediainfo
|
|||
(add-after 'unpack 'change-to-build-dir
|
||||
(lambda _
|
||||
(chdir "Project/GNU/Library")
|
||||
#t))
|
||||
(add-after 'change-to-build-dir 'autogen
|
||||
(lambda _
|
||||
(invoke "sh" "autogen.sh"))))))
|
||||
#t)))))
|
||||
(home-page "https://mediaarea.net/en/MediaInfo")
|
||||
(synopsis "Library for retrieving media metadata")
|
||||
(description "MediaInfo is a library used for retrieving technical
|
||||
|
|
Loading…
Reference in a new issue