diff options
author | Marius Bakke <marius@gnu.org> | 2022-12-30 23:39:55 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-12-31 21:03:13 +0100 |
commit | 6654f7a7e91e04cceffe57cb9467785006d1fa51 (patch) | |
tree | 9af07712171e8c01a855276b55903a522509a807 /gnu/packages/video.scm | |
parent | a7b2f36a0cfac3fbf9ad6669743d9f728ec9ea0c (diff) |
gnu: shotcut: Remove input labels.
* gnu/packages/video.scm (shotcut)[native-inputs]: Remove labels.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index c3ba1eddd2..fd11960f1c 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4933,9 +4933,7 @@ transitions, and effects and then export your film to many common formats.") `("PATH" ":" prefix ,(list (string-append mlt "/bin")))))))))) (native-inputs - `(("pkg-config" ,pkg-config) - ("python-wrapper" ,python-wrapper) - ("qttools-5" ,qttools-5))) + (list pkg-config python-wrapper qttools-5)) (inputs (list bash-minimal ffmpeg |