summary refs log tree commit diff
path: root/nixos
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 /nixos
parentc7c3396e69834d621c9ddd9f0c698e61767a964c (diff)
downloadnixpkgs-5cd6c650545dbfe1d040bfbd00ad7ecc2f4f4763.tar
nixpkgs-5cd6c650545dbfe1d040bfbd00ad7ecc2f4f4763.tar.gz
nixpkgs-5cd6c650545dbfe1d040bfbd00ad7ecc2f4f4763.tar.bz2
nixpkgs-5cd6c650545dbfe1d040bfbd00ad7ecc2f4f4763.tar.lz
nixpkgs-5cd6c650545dbfe1d040bfbd00ad7ecc2f4f4763.tar.xz
nixpkgs-5cd6c650545dbfe1d040bfbd00ad7ecc2f4f4763.tar.zst
nixpkgs-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 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-1903.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1903.xml b/nixos/doc/manual/release-notes/rl-1903.xml
index baddbcd8c68..839d75b53bd 100644
--- a/nixos/doc/manual/release-notes/rl-1903.xml
+++ b/nixos/doc/manual/release-notes/rl-1903.xml
@@ -130,6 +130,13 @@
       were removed. They were never used for anything and can therefore safely be removed.
     </para>
    </listitem>
+   <listitem>
+    <para>
+     Package <literal>wasm</literal> has been renamed <literal>proglodyte-wasm</literal>. The package
+     <literal>wasm</literal> will be pointed to <literal>ocamlPackages.wasm</literal> in 19.09, so
+     make sure to update your configuration if you want to keep <literal>proglodyte-wasm</literal>
+    </para>
+   </listitem>
   </itemizedlist>
  </section>