mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
spidermonkey: add meta
This commit is contained in:
parent
28bd8ba1fa
commit
37563c2d96
@ -24,4 +24,11 @@ stdenv.mkDerivation rec {
|
|||||||
CFLAGS = "-DPIC -fPIC -DJS_C_STRINGS_ARE_UTF8";
|
CFLAGS = "-DPIC -fPIC -DJS_C_STRINGS_ARE_UTF8";
|
||||||
|
|
||||||
makeFlags = "-f ${makefile} JS_DIST=\${out} BUILD_OPT=1 JS_READLINE=1";
|
makeFlags = "-f ${makefile} JS_DIST=\${out} BUILD_OPT=1 JS_READLINE=1";
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Mozilla's JavaScript engine written in C/C++";
|
||||||
|
homepage = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey";
|
||||||
|
license = licenses.mpl20;
|
||||||
|
platforms = platforms.all;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user