From bb5a922c7842de5f15307ff6890724f039615b10 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Sat, 16 Apr 2016 19:49:49 +0300 Subject: [PATCH] treewide: Make explicit that 'dev' output of ffmpeg is used --- .../networking/instant-messengers/linphone/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/linphone/default.nix b/pkgs/applications/networking/instant-messengers/linphone/default.nix index c894a49c20e..781d10cbc4f 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"