gnu: vlc: Fix build and clean up expression.
authorMarius Bakke <mbakke@fastmail.com>
Thu, 31 Aug 2017 01:24:41 +0000 (03:24 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Thu, 31 Aug 2017 01:43:54 +0000 (03:43 +0200)
commit2d2e97bd71ac034900e26dd759b106fae0839162
tree4c76ae6fc735404e9ddd79c7fb85193a273a01fa
parent3e0c54bf4de0b5e9d77271613287457dbcd64103
gnu: vlc: Fix build and clean up expression.

Commit 3e0c54bf4de0b5e9d77271613287457dbcd64103 touches 'configure.ac' which
in turn regenerates 'po/Makefile.in.in' with the wrong SHELL and breaks
install.  While at it, consolidate the other patching phases and remove
unneeded inputs.

* gnu/packages/video.scm (vlc)[arguments]: Consolidate patching phases into a
'patch-source' phase and run it immediately after unpack.
[native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
gnu/packages/video.scm