mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
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.
This commit is contained in:
parent
1f7b605b2b
commit
df8315cf07
1 changed files with 4 additions and 3 deletions
|
@ -36,7 +36,7 @@
|
||||||
;;; Copyright © 2019 Riku Viitanen <riku.viitanen@protonmail.com>
|
;;; Copyright © 2019 Riku Viitanen <riku.viitanen@protonmail.com>
|
||||||
;;; Copyright © 2020, 2021 Oleg Pykhalov <go.wigust@gmail.com>
|
;;; Copyright © 2020, 2021 Oleg Pykhalov <go.wigust@gmail.com>
|
||||||
;;; Copyright © 2020 Josh Holland <josh@inv.alid.pw>
|
;;; Copyright © 2020 Josh Holland <josh@inv.alid.pw>
|
||||||
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
|
;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re>
|
||||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
|
;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
|
||||||
;;; Copyright © 2020 Alex McGrath <amk@amk.ie>
|
;;; Copyright © 2020 Alex McGrath <amk@amk.ie>
|
||||||
|
@ -4849,10 +4849,11 @@ (define-public shotcut
|
||||||
(,(assoc-ref inputs "mlt"))))))))))
|
(,(assoc-ref inputs "mlt"))))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("python" ,python-wrapper)
|
("python-wrapper" ,python-wrapper)
|
||||||
("qttools" ,qttools)))
|
("qttools" ,qttools)))
|
||||||
(inputs
|
(inputs
|
||||||
(list ffmpeg
|
(list bash-minimal
|
||||||
|
ffmpeg
|
||||||
frei0r-plugins
|
frei0r-plugins
|
||||||
jack-1
|
jack-1
|
||||||
ladspa
|
ladspa
|
||||||
|
|
Loading…
Reference in a new issue