summary refs log tree commit diff
path: root/pkgs/development/interpreters/spidermonkey/38.nix
Commit message (Collapse)AuthorAge
* spidermonkey_38: mark as insecureMaciej Krüger2020-10-01
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* spidermonkey_38, spidermonkey_60: fix cross compilationJustin Humm2019-08-03
| | | | | | | | | This is essentially the same as done in 65f2b0a2a32bb0d84f55ca7bb8c9a33e8ba28713. For spidermonkey_38 I set --enable-posix-nspr-emulation, as it would otherwise complain about a wrong NSPR version and that trick seemed to be successful in spidermonkey_60 anyway.
* spidermonkey_38: 38.2.1.rc0 -> 38.8.0Tor Hedin Brønner2018-12-16
| | | | Update to the last version of 38
* spidermonkey_38: add darwin supportMatthew Bauer2018-05-21
|
* spidermonkey: replace broken linksOrivej Desh2017-11-17
| | | | people.mozilla.org is gone
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* treewide: quote homepages in my packagesNikolay Amiantov2017-01-31
|
* spidermonkey_{31,38}: fix sed problem with buildNikolay Amiantov2017-01-10
|
* spidermonkey_38: init at 38.2.1.rc0Nikolay Amiantov2016-11-21