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

authored by

Nick Cao and committed by winter.bsky.social 0ca39c30 491dd41d

+1 -4
+1
pkgs/top-level/aliases.nix
··· 1681 1681 1682 1682 yacc = bison; # moved from top-level 2021-03-14 1683 1683 yafaray-core = libyafaray; # Added 2022-09-23 1684 + yarn2nix-moretea-openssl_1_1 = throw "'yarn2nix-moretea-openssl_1_1' has been removed."; # Added 2023-02-04 1684 1685 yarssr = throw "yarssr has been removed as part of the python2 deprecation"; # Added 2022-01-15 1685 1686 youtubeDL = throw "'youtubeDL' has been renamed to/replaced by 'youtube-dl'"; # Converted to throw 2022-02-22 1686 1687 ytop = throw "ytop has been abandoned by upstream. Consider switching to bottom instead";
-4
pkgs/top-level/all-packages.nix
··· 13590 13590 yarn = callPackage ../development/tools/yarn { }; 13591 13591 13592 13592 yarn2nix-moretea = callPackage ../development/tools/yarn2nix-moretea/yarn2nix { pkgs = pkgs.__splicedPackages; }; 13593 - yarn2nix-moretea-openssl_1_1 = callPackage ../development/tools/yarn2nix-moretea/yarn2nix { 13594 - pkgs = pkgs.__splicedPackages; 13595 - nodejs = nodejs.override { openssl = openssl_1_1; }; 13596 - }; 13597 13593 13598 13594 inherit (yarn2nix-moretea) 13599 13595 yarn2nix