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:
Jan Tojnar
2019-03-17 17:39:20 +01:00
parent f3a06cc5da
commit a92a1ae908

View File

@@ -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 {