···2, libobjc }:
34stdenv.mkDerivation rec {
5- version = "38.2.1.rc0";
6 name = "spidermonkey-${version}";
78- # the release notes point to some guys home directory, see
9- # https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/38
10- # probably it would be more ideal to pull a particular tag/revision
11- # from the mercurial repo
12 src = fetchurl {
13- url = "https://people.freebsd.org/~sunpoet/sunpoet/mozjs-${version}.tar.bz2";
14- sha256 = "0p4bmbpgkfsj54xschcny0a118jdrdgg0q29rwxigg3lh5slr681";
15 };
1617 buildInputs = [ libffi readline icu zlib nspr ]