parent
3209550131
commit
3387fb4b1f
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user