diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-08-07 19:21:56 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-08-07 20:05:57 +0300 |
commit | d05e607c9d8d92bdaf3dd7ce97fae0811ae1ccfb (patch) | |
tree | e4035ba024b53db15a09111a0124fde28c782c70 /gnu/packages/video.scm | |
parent | 22300394276d84a6a408dc117f5de93c3d380553 (diff) | |
download | patches-d05e607c9d8d92bdaf3dd7ce97fae0811ae1ccfb.tar patches-d05e607c9d8d92bdaf3dd7ce97fae0811ae1ccfb.tar.gz |
gnu: libsmpeg: Remove extra build phase.
* gnu/packages/video.scm (libsmpeg)[arguments]: Remove unnecessary
'autogen phase.
Diffstat (limited to 'gnu/packages/video.scm')
-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 6f528af589..a6e9f6277e 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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))) |