pin firefox-esr to 52

This commit is contained in:
Michele Guerini Rocco 2018-05-27 10:13:15 +02:00
parent c006b8c002
commit fea65dd13d
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> { } }:
let
firefox = pkgs.firefox-esr-unwrapped.override {
firefox = pkgs.firefox-esr-52-unwrapped.override {
gtk3Support = true;
enableOfficialBranding = true;
privacySupport = true;