firefoxPackages.*: use config.allowAliases
This commit is contained in:
parent
d12524fd51
commit
c173d663fd
|
@ -1,4 +1,4 @@
|
||||||
{ lib, callPackage, fetchurl, fetchFromGitHub, overrideCC, gccStdenv, gcc6 }:
|
{ config, lib, callPackage, fetchurl, fetchFromGitHub, overrideCC, gccStdenv, gcc6 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
|
@ -196,7 +196,9 @@ in {
|
||||||
|
|
||||||
meta.knownVulnerabilities = [ "Support ended in August 2018." ];
|
meta.knownVulnerabilities = [ "Support ended in August 2018." ];
|
||||||
};
|
};
|
||||||
|
} // lib.optionalAttrs (config.allowAliases or true) {
|
||||||
|
# ALIASES
|
||||||
|
# remove after 20.03 branchoff
|
||||||
tor-browser-7-5 = throw "firefoxPackages.tor-browser-7-5 was removed because it was out of date and inadequately maintained. Please use tor-browser-bundle-bin instead. See #77452.";
|
tor-browser-7-5 = throw "firefoxPackages.tor-browser-7-5 was removed because it was out of date and inadequately maintained. Please use tor-browser-bundle-bin instead. See #77452.";
|
||||||
tor-browser-8-5 = throw "firefoxPackages.tor-browser-8-5 was removed because it was out of date and inadequately maintained. Please use tor-browser-bundle-bin instead. See #77452.";
|
tor-browser-8-5 = throw "firefoxPackages.tor-browser-8-5 was removed because it was out of date and inadequately maintained. Please use tor-browser-bundle-bin instead. See #77452.";
|
||||||
tor-browser = throw "firefoxPackages.tor-browser was removed because it was out of date and inadequately maintained. Please use tor-browser-bundle-bin instead. See #77452.";
|
tor-browser = throw "firefoxPackages.tor-browser was removed because it was out of date and inadequately maintained. Please use tor-browser-bundle-bin instead. See #77452.";
|
||||||
|
|
Loading…
Reference in New Issue