emscripten and emscripten-fastcomp: add platforms

Close #11068.
This commit is contained in:
Bart Brouns 2015-11-21 13:33:22 +01:00 committed by Vladimír Čunát
parent 3209550131
commit 3387fb4b1f
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://github.com/kripken/emscripten-fastcomp;
description = "emscripten llvm";
platforms = platforms.all;
maintainers = with maintainers; [ bosu ];
license = stdenv.lib.licenses.ncsa;
};

View File

@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://github.com/kripken/emscripten;
description = "An LLVM-to-JavaScript Compiler";
platforms = platforms.all;
maintainers = with maintainers; [ bosu ];
license = licenses.ncsa;
};