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
commit 1dae4621f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 { };