Merge pull request #44962 from Ekleog/wasm-rename

wasm: rename unofficial package into proglodyte-wasm
This commit is contained in:
Matthew Bauer
2018-10-14 17:00:29 -05:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -7910,7 +7910,7 @@ with pkgs;
tcl-8_5 = callPackage ../development/interpreters/tcl/8.5.nix { };
tcl-8_6 = callPackage ../development/interpreters/tcl/8.6.nix { };
wasm = callPackage ../development/interpreters/wasm { };
proglodyte-wasm = callPackage ../development/interpreters/proglodyte-wasm { };
wasm-gc = callPackage ../development/interpreters/wasm-gc { };