gnu: libsmpeg: Remove extra build phase.
* gnu/packages/video.scm (libsmpeg)[arguments]: Remove unnecessary 'autogen phase.
This commit is contained in:
parent
2230039427
commit
d05e607c9d
1 changed files with 0 additions and 6 deletions
|
@ -2508,12 +2508,6 @@ (define-public libsmpeg
|
|||
(base32
|
||||
"18yfkr70lr1x1hc8snn2ldnbzdcc7b64xmkqrfk8w59gpg7sl1xn"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'autogen.sh
|
||||
(lambda _
|
||||
(invoke "sh" "autogen.sh"))))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)))
|
||||
|
|
Loading…
Reference in a new issue