summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorDan Callahan <dan.callahan@gmail.com>2019-02-21 09:59:22 +0000
committerDan Callahan <dan.callahan@gmail.com>2019-02-21 09:59:22 +0000
commit9e1a3b404befafd1d43f33ad77fbd23d3f4a43cd (patch)
treefca3e8b02be2f6f545981b861b1bfc677f459569 /pkgs/applications/graphics
parentde2bb1094b7213d0604dc1d978dd1edd209c653e (diff)
downloadnixpkgs-9e1a3b404befafd1d43f33ad77fbd23d3f4a43cd.tar
nixpkgs-9e1a3b404befafd1d43f33ad77fbd23d3f4a43cd.tar.gz
nixpkgs-9e1a3b404befafd1d43f33ad77fbd23d3f4a43cd.tar.bz2
nixpkgs-9e1a3b404befafd1d43f33ad77fbd23d3f4a43cd.tar.lz
nixpkgs-9e1a3b404befafd1d43f33ad77fbd23d3f4a43cd.tar.xz
nixpkgs-9e1a3b404befafd1d43f33ad77fbd23d3f4a43cd.tar.zst
nixpkgs-9e1a3b404befafd1d43f33ad77fbd23d3f4a43cd.zip
digikam: add ffmpeg to buildInputs
Since version 6.0.0, media playback in Digikam requires ffmpeg.
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/digikam/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/digikam/default.nix b/pkgs/applications/graphics/digikam/default.nix
index 7fcdb46e32e..cc2b955fcc2 100644
--- a/pkgs/applications/graphics/digikam/default.nix
+++ b/pkgs/applications/graphics/digikam/default.nix
@@ -23,6 +23,7 @@
 , boost
 , eigen
 , exiv2
+, ffmpeg
 , flex
 , jasper
 , lcms2
@@ -66,6 +67,7 @@ mkDerivation rec {
     boost
     eigen
     exiv2
+    ffmpeg
     flex
     jasper
     lcms2