parent
3209550131
commit
3387fb4b1f
@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/kripken/emscripten-fastcomp;
|
homepage = https://github.com/kripken/emscripten-fastcomp;
|
||||||
description = "emscripten llvm";
|
description = "emscripten llvm";
|
||||||
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ bosu ];
|
maintainers = with maintainers; [ bosu ];
|
||||||
license = stdenv.lib.licenses.ncsa;
|
license = stdenv.lib.licenses.ncsa;
|
||||||
};
|
};
|
||||||
|
@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/kripken/emscripten;
|
homepage = https://github.com/kripken/emscripten;
|
||||||
description = "An LLVM-to-JavaScript Compiler";
|
description = "An LLVM-to-JavaScript Compiler";
|
||||||
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ bosu ];
|
maintainers = with maintainers; [ bosu ];
|
||||||
license = licenses.ncsa;
|
license = licenses.ncsa;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user