From 5cd6c650545dbfe1d040bfbd00ad7ecc2f4f4763 Mon Sep 17 00:00:00 2001 From: Léo Gaspard Date: Mon, 22 Oct 2018 16:41:11 +0900 Subject: wasm: remove alias to unbreak the channel Nixpkgs' channel currently can't move forward so long as there is a trace in evaluating the top-level arguments. Which means that it isn't possible to add a warning message to warn users of future package removal. So the only way forward appears to be just removing the alias altogether. (cherry picked from commit b4133ebc17c2742a76d912f4f0bf46719bc7800e) --- pkgs/top-level/aliases.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'pkgs/top-level') diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 2964d6d46de2..a0f611dd9611 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -322,13 +322,8 @@ mapAliases ({ xpraGtk3 = xpra; # added 2018-09-13 youtubeDL = youtube-dl; # added 2014-10-26 - # added 2018-10-16 - # TODO(ekleog): remove after 19.03 branch-off - # TODO(ekleog): add ‘wasm’ alias to ‘ocamlPackages.wasm’ after 19.09 + # TODO(ekleog): add ‘wasm’ alias to ‘ocamlPackages.wasm’ after 19.03 # branch-off - wasm = lib.warn - "‘wasm’ package has been renamed ‘proglodyte-wasm’, and will be dropped in the next release" - proglodyte-wasm; # added 2017-05-27 wineMinimal = winePackages.minimal; -- cgit 1.4.1