gnu: libsmpeg: Remove extra build phase.

* gnu/packages/video.scm (libsmpeg)[arguments]: Remove unnecessary
'autogen phase.
master
Efraim Flashner 2019-08-07 19:21:56 +03:00
parent 2230039427
commit d05e607c9d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 6 deletions

View File

@ -2508,12 +2508,6 @@ Other features include a live preview and live streaming.")
(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)))