From 2007e9b140527692d79301b98436298aec52b50f Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Tue, 17 May 2016 01:05:46 +0200 Subject: [PATCH] firefox: reenable libvpx as 1.5 is now available --- pkgs/applications/networking/browsers/firefox/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/browsers/firefox/default.nix b/pkgs/applications/networking/browsers/firefox/default.nix index 794cc7ba8eb2..0ab5fbb7c5b6 100644 --- a/pkgs/applications/networking/browsers/firefox/default.nix +++ b/pkgs/applications/networking/browsers/firefox/default.nix @@ -35,7 +35,7 @@ common = { pname, version, sha512 }: stdenv.mkDerivation rec { alsaLib nspr nss libnotify xorg.pixman yasm mesa xorg.libXScrnSaver xorg.scrnsaverproto pysqlite xorg.libXext xorg.xextproto sqlite unzip makeWrapper - hunspell libevent libstartup_notification /* libvpx */ /* cairo */ + hunspell libevent libstartup_notification libvpx /* cairo */ icu libpng jemalloc libpulseaudio # only headers are needed ] @@ -50,7 +50,7 @@ common = { pname, version, sha512 }: stdenv.mkDerivation rec { "--with-system-nspr" "--with-system-nss" "--with-system-libevent" - #"--with-system-libvpx" # needs 1.5.0 + "--with-system-libvpx" "--with-system-png" # needs APNG support "--with-system-icu" "--enable-system-ffi"