Merge pull request #67521 from Ekleog/wasm-ocaml

wasm: alias to ocamlPackages.wasm
This commit is contained in:
Léo Gaspard 2019-08-26 23:44:50 +02:00 committed by GitHub
commit 7dc6eaaae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -8967,6 +8967,8 @@ in
tcl-8_5 = callPackage ../development/interpreters/tcl/8.5.nix { };
tcl-8_6 = callPackage ../development/interpreters/tcl/8.6.nix { };
wasm = ocamlPackages.wasm;
proglodyte-wasm = callPackage ../development/interpreters/proglodyte-wasm { };
wasm-gc = callPackage ../development/interpreters/wasm-gc { };