summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/video.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 3df4fd114e9..ea064e34384 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6116,7 +6116,7 @@ transitions, and effects and then export your film to many common formats.")
`("PATH" ":" prefix
,(list (string-append mlt "/bin"))))))))))
(native-inputs
- (list pkg-config python-wrapper qttools))
+ (list pkg-config python-wrapper qttools vulkan-headers))
(inputs
(list bash-minimal
ffmpeg
@@ -6124,13 +6124,15 @@ transitions, and effects and then export your film to many common formats.")
frei0r-plugins
jack-1
ladspa
+ libxkbcommon
mlt
pulseaudio
qtbase
qtcharts
qtdeclarative
qtmultimedia
- sdl2))
+ sdl2
+ vulkan-loader))
(home-page "https://www.shotcut.org/")
(synopsis "Video editor built on the MLT framework")
(description