about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/linphone
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 19:49:49 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:00:31 +0200
commitbb5a922c7842de5f15307ff6890724f039615b10 (patch)
treee0ac739ccebdd1ea4c568c8f5a3e6253c5afc78d /pkgs/applications/networking/instant-messengers/linphone
parent8bbc3fe8014d0f0e34dcc2ef011c27ea3a9f0fb8 (diff)
treewide: Make explicit that 'dev' output of ffmpeg is used
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/linphone')
-rw-r--r--pkgs/applications/networking/instant-messengers/linphone/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/linphone/default.nix b/pkgs/applications/networking/instant-messengers/linphone/default.nix
index c894a49c20e3a..781d10cbc4f9b 100644
--- a/pkgs/applications/networking/instant-messengers/linphone/default.nix
+++ b/pkgs/applications/networking/instant-messengers/linphone/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
 
   configureFlags = [
     "--enable-ldap"
-    "--with-ffmpeg=${ffmpeg}"
+    "--with-ffmpeg=${ffmpeg.dev}"
     "--with-polarssl=${polarssl}"
     "--enable-lime"
     "--enable-external-ortp"