about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorLéo Gaspard <leo@gaspard.io>2018-10-22 16:41:11 +0900
committerSarah Brofeldt <sbrofeldt@gmail.com>2018-10-22 09:58:00 +0200
commit5cd6c650545dbfe1d040bfbd00ad7ecc2f4f4763 (patch)
tree714975a8f2f0c43d7c4b888a9972dec79af93e6d /pkgs/top-level
parentc7c3396e69834d621c9ddd9f0c698e61767a964c (diff)
downloadnixlib-5cd6c650545dbfe1d040bfbd00ad7ecc2f4f4763.tar
nixlib-5cd6c650545dbfe1d040bfbd00ad7ecc2f4f4763.tar.gz
nixlib-5cd6c650545dbfe1d040bfbd00ad7ecc2f4f4763.tar.bz2
nixlib-5cd6c650545dbfe1d040bfbd00ad7ecc2f4f4763.tar.lz
nixlib-5cd6c650545dbfe1d040bfbd00ad7ecc2f4f4763.tar.xz
nixlib-5cd6c650545dbfe1d040bfbd00ad7ecc2f4f4763.tar.zst
nixlib-5cd6c650545dbfe1d040bfbd00ad7ecc2f4f4763.zip
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)
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/aliases.nix7
1 files changed, 1 insertions, 6 deletions
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;