Commit 0ca39c30 authored by Nick Cao's avatar Nick Cao Committed by Winter
Browse files

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
parent 491dd41d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
+0 −4
Original line number Diff line number Diff line
@@ -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