Merge pull request #48444 from Ekleog/wasm-alias

wasm: add as temporary alias to proglodyte-wasm
This commit is contained in:
Jörg Thalheim 2018-10-21 12:05:31 +01:00 committed by GitHub
commit ec488f6f5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -322,6 +322,14 @@ 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
# 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;
wineFull = winePackages.full;