diff options
author | Marius Bakke <marius@gnu.org> | 2022-12-30 23:38:50 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-12-31 21:03:13 +0100 |
commit | a7b2f36a0cfac3fbf9ad6669743d9f728ec9ea0c (patch) | |
tree | 7e90d0826e3c29313930eb0422ecaa900ec062ea | |
parent | 4dda2e36a0039a36aa138715930f5201528c5c08 (diff) | |
download | guix-a7b2f36a0cfac3fbf9ad6669743d9f728ec9ea0c.tar.gz |
gnu: shotcut: Remove unused inputs.
* gnu/packages/video.scm (shotcut)[inputs]: Remove LAME, LIBVPX, LIBX264, and QTWEBKIT.
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index b9c8ab1ef3..c3ba1eddd2 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4943,9 +4943,6 @@ transitions, and effects and then export your film to many common formats.") frei0r-plugins jack-1 ladspa - lame - libvpx - libx264 mlt pulseaudio qtbase-5 @@ -4955,7 +4952,6 @@ transitions, and effects and then export your film to many common formats.") qtquickcontrols-5 qtquickcontrols2-5 qtsvg-5 - qtwebkit qtwebsockets-5 qtx11extras sdl2)) |