yarn2nix-moretea-openssl_1_1: drop
As OpenSSL 1.1.1 will reach end of life on 11 Sep 2023. Reference: https://github.com/NixOS/nixpkgs/issues/210452
This commit is contained in:
parent
491dd41d78
commit
0ca39c30e7
2 changed files with 1 additions and 4 deletions
|
@ -1681,6 +1681,7 @@ mapAliases ({
|
|||
|
||||
yacc = bison; # moved from top-level 2021-03-14
|
||||
yafaray-core = libyafaray; # Added 2022-09-23
|
||||
yarn2nix-moretea-openssl_1_1 = throw "'yarn2nix-moretea-openssl_1_1' has been removed."; # Added 2023-02-04
|
||||
yarssr = throw "yarssr has been removed as part of the python2 deprecation"; # Added 2022-01-15
|
||||
youtubeDL = throw "'youtubeDL' has been renamed to/replaced by 'youtube-dl'"; # Converted to throw 2022-02-22
|
||||
ytop = throw "ytop has been abandoned by upstream. Consider switching to bottom instead";
|
||||
|
|
|
@ -13590,10 +13590,6 @@ with pkgs;
|
|||
yarn = callPackage ../development/tools/yarn { };
|
||||
|
||||
yarn2nix-moretea = callPackage ../development/tools/yarn2nix-moretea/yarn2nix { pkgs = pkgs.__splicedPackages; };
|
||||
yarn2nix-moretea-openssl_1_1 = callPackage ../development/tools/yarn2nix-moretea/yarn2nix {
|
||||
pkgs = pkgs.__splicedPackages;
|
||||
nodejs = nodejs.override { openssl = openssl_1_1; };
|
||||
};
|
||||
|
||||
inherit (yarn2nix-moretea)
|
||||
yarn2nix
|
||||
|
|
Loading…
Reference in a new issue