summary refs log tree commit diff
path: root/pkgs/applications/kde/kdenlive/default.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-08-24 13:59:41 +0300
committerK900 <me@0upti.me>2023-08-24 18:37:08 +0300
commite50edcb50693ef73a2eef9adfd1614b0f9a82370 (patch)
tree8fc0a9d6661e287bb55228fc334b2cc000bbb988 /pkgs/applications/kde/kdenlive/default.nix
parent9ab379753f6a7b781e025783ab77dabfb5706368 (diff)
downloadnixpkgs-e50edcb50693ef73a2eef9adfd1614b0f9a82370.tar
nixpkgs-e50edcb50693ef73a2eef9adfd1614b0f9a82370.tar.gz
nixpkgs-e50edcb50693ef73a2eef9adfd1614b0f9a82370.tar.bz2
nixpkgs-e50edcb50693ef73a2eef9adfd1614b0f9a82370.tar.lz
nixpkgs-e50edcb50693ef73a2eef9adfd1614b0f9a82370.tar.xz
nixpkgs-e50edcb50693ef73a2eef9adfd1614b0f9a82370.tar.zst
nixpkgs-e50edcb50693ef73a2eef9adfd1614b0f9a82370.zip
kde/gear: 23.04.3 -> 23.08.0
Diffstat (limited to 'pkgs/applications/kde/kdenlive/default.nix')
-rw-r--r--pkgs/applications/kde/kdenlive/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/applications/kde/kdenlive/default.nix b/pkgs/applications/kde/kdenlive/default.nix
index 885b1c1d8cc..bcd8ba360a8 100644
--- a/pkgs/applications/kde/kdenlive/default.nix
+++ b/pkgs/applications/kde/kdenlive/default.nix
@@ -17,6 +17,7 @@
 , knotifyconfig
 , kplotting
 , ktextwidgets
+, mediainfo
 , mlt
 , shared-mime-info
 , libv4l
@@ -58,6 +59,7 @@ mkDerivation {
     knotifyconfig
     kplotting
     ktextwidgets
+    mediainfo
     mlt
     phonon-backend-gstreamer
     qtdeclarative
@@ -77,9 +79,11 @@ mkDerivation {
   # Both MLT and FFMpeg paths must be set or Kdenlive will complain that it
   # doesn't find them. See:
   # https://github.com/NixOS/nixpkgs/issues/83885
-  patches = [ ./mlt-path.patch ./ffmpeg-path.patch ];
-  inherit mlt;
+  patches = [ ./dependency-paths.patch ];
+
+  inherit mlt mediainfo;
   ffmpeg = ffmpeg-full;
+
   postPatch =
     # Module Qt5::Concurrent must be included in `find_package` before it is used.
     ''