firefox-esr-52: fix build
This commit is contained in:
parent
9ba43c07cb
commit
3551068153
@ -40,7 +40,7 @@ rec {
|
|||||||
# the web, there are many old useful plugins targeting offline
|
# the web, there are many old useful plugins targeting offline
|
||||||
# activities (e.g. ebook readers, syncronous translation, etc) that
|
# activities (e.g. ebook readers, syncronous translation, etc) that
|
||||||
# will probably never be ported to WebExtensions API.
|
# will probably never be ported to WebExtensions API.
|
||||||
firefox-esr-52 = common rec {
|
firefox-esr-52 = (common rec {
|
||||||
pname = "firefox-esr";
|
pname = "firefox-esr";
|
||||||
ffversion = "52.9.0esr";
|
ffversion = "52.9.0esr";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
@ -58,6 +58,8 @@ rec {
|
|||||||
description = "A web browser built from Firefox Extended Support Release source tree";
|
description = "A web browser built from Firefox Extended Support Release source tree";
|
||||||
knownVulnerabilities = [ "Support ended in August 2018." ];
|
knownVulnerabilities = [ "Support ended in August 2018." ];
|
||||||
};
|
};
|
||||||
|
}).override {
|
||||||
|
gtk3Support = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
firefox-esr-60 = common rec {
|
firefox-esr-60 = common rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user