From df8315cf07625e7fa9d00f11ca76cec113ae1830 Mon Sep 17 00:00:00 2001 From: Brice Waegeneire Date: Sun, 26 Dec 2021 09:11:21 +0100 Subject: gnu: shotcut: Satisfy guix lint. * gnu/packages/video.scm (shotcut)[native-inputs]: Rename 'python-wrapper' label to match it's package name. [inputs]: Add bash-minimal because 'wrap-program' is used. --- gnu/packages/video.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index b369c95688..bc79196927 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -36,7 +36,7 @@ ;;; Copyright © 2019 Riku Viitanen ;;; Copyright © 2020, 2021 Oleg Pykhalov ;;; Copyright © 2020 Josh Holland -;;; Copyright © 2020 Brice Waegeneire +;;; Copyright © 2020, 2021 Brice Waegeneire ;;; Copyright © 2020 Vincent Legoll ;;; Copyright © 2020, 2021 Guillaume Le Vaillant ;;; Copyright © 2020 Alex McGrath @@ -4849,10 +4849,11 @@ transitions, and effects and then export your film to many common formats.") (,(assoc-ref inputs "mlt")))))))))) (native-inputs `(("pkg-config" ,pkg-config) - ("python" ,python-wrapper) + ("python-wrapper" ,python-wrapper) ("qttools" ,qttools))) (inputs - (list ffmpeg + (list bash-minimal + ffmpeg frei0r-plugins jack-1 ladspa -- cgit v1.2.3