From 6654f7a7e91e04cceffe57cb9467785006d1fa51 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Fri, 30 Dec 2022 23:39:55 +0100 Subject: gnu: shotcut: Remove input labels. * gnu/packages/video.scm (shotcut)[native-inputs]: Remove labels. --- gnu/packages/video.scm | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3