firefox-esr-52: remove updateScript
This is dead package so let’s remove the updateScript which does not evaluate anyway.
This commit is contained in:
parent
f3a06cc5da
commit
a92a1ae908
@ -58,11 +58,6 @@ rec {
|
||||
description = "A web browser built from Firefox Extended Support Release source tree";
|
||||
knownVulnerabilities = [ "Support ended in August 2018." ];
|
||||
};
|
||||
updateScript = callPackage ./update.nix {
|
||||
attrPath = "firefox-esr-52-unwrapped";
|
||||
ffversionSuffix = "esr";
|
||||
versionKey = "ffversion";
|
||||
};
|
||||
};
|
||||
|
||||
firefox-esr-60 = common rec {
|
||||
|
Loading…
Reference in New Issue
Block a user