summaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into structured-attrsorigin/structured-attrsRobin Gloster2021-05-2435-278/+227
|\
| * clojure: 1.10.3.822 -> 1.10.3.839R. RyanTM2021-05-201-2/+2
| * renpy: ffmpeg_3 -> ffmpegFliegendeWurst2021-05-181-3/+3
| * fix lfeDavid2021-05-183-14/+30
| * Merge pull request #123041 from thiagokokada/bump-babashka•••babashka: 0.4.0 -> 0.4.1Sandro2021-05-171-2/+2
| |\
| | * babashka: 0.4.0 -> 0.4.1Thiago Kenji Okada2021-05-141-2/+2
| * | Merge pull request #123289 from OPNA2608/fix/supertuxkart-darwin/21.05•••superTuxKart: Build on DarwinMichael Raskin2021-05-161-11/+18
| |\ \
| | * | angelscript: Make Darwin-compatibleOPNA26082021-05-161-11/+18
| * | | erlangR21: 21.3.8.22 -> 21.3.8.23R. RyanTM2021-05-171-2/+2
| * | | acl2: fix darwin buildStéphan Kochen2021-05-161-3/+11
| |/ /
| * | Merge master into staging-nextgithub-actions[bot]2021-05-161-2/+5
| |\ \
| | * | evcxr: fix darwin buildStéphan Kochen2021-05-151-2/+5
| | |/
| * | lua: fix linkage•••This fixes a couple of problems: * Lua 5.1 doesn't have SYSLIBS, so wasn't being linked with any libraries. * SYSLIBS doesn't include -lm, so we had to add that manually to pkgconfig. LIBS includes -lm, so we don't need that hack any more. Alyssa Ross2021-05-152-2/+2
| * | lua5_4: fix eval•••This patch was removed in 34f8d7e15a3 ("lua: one dso patch to rule them all"), and the reference to it in lua5_4 was removed at the time, but it seems to have found its way back somehow (probably through a merge?). (cherry picked from commit 5b278213a2bcf07c3dc2f71305100bba9010e8f5) Alyssa Ross2021-05-151-5/+1
| * | Revert "staging-next: lua5: fix eval, add lib.so.patch"•••This reverts commit 537a1940e80dfd2332064823435095f56eb87b32. This patch was deliberately removed in 34f8d7e15a3 ("lua: one dso patch to rule them all"). The correct fix is to remove the reference to it that was reintroduced, rather than re-adding the patch. Alyssa Ross2021-05-151-60/+0
| * | Revert "lua5_*: tweak linking libraries"•••This reverts commit 539ad4f81140545b60e0d5aba55d36ef02ebebba. The correct fix here is to fix our addition to the Makefile. Alyssa Ross2021-05-151-3/+1
| * | lua5_*: tweak linking libraries•••All liblua.so were missing a library or two; I'm not sure if there's a better way to add them. Check: ldd -r ./result/lib/liblua.so Vladimír Čunát2021-05-151-1/+3
| * | staging-next: lua5: fix eval, add lib.so.patchJonathan Ringer2021-05-141-0/+60
| * | Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2021-05-142-0/+54
| |\|
| | * lua-5.4: fix build on darwin (#123028)Konstantin Alekseev2021-05-142-1/+49
| * | Merge branch 'master' into staging-nextVladimír Čunát2021-05-141-2/+2
| |\|
| | * erlang: 23.3.2 -> 23.3.4happysalada2021-05-141-2/+2
| * | lua5_1: fixup a recent regression•••Commit 57832e625c (PR #119860) switched to using SYSCFLAGS, but lua 5.1 calls it MYCFLAGS. We noticed due to broken luarocks build: https://hydra.nixos.org/build/142663274 Vladimír Čunát2021-05-141-1/+2
| * | Merge master into staging-nextgithub-actions[bot]2021-05-142-1/+10
| |\|
| | * ErlangR24: init at 24.0•••Update configure options The configure script now needs to be told about the headers and the actual lib files separately. Remove extra whitespace Justin Wood2021-05-132-1/+10
| * | Merge master into staging-nextgithub-actions[bot]2021-05-101-2/+2
| |\|
| | * Merge pull request #122277 from thiagokokada/bump-babashkaSandro2021-05-101-2/+2
| | |\
| | | * babashka: 0.3.5 -> 0.4.0Thiago Kenji Okada2021-05-081-2/+2
| * | | Merge master into staging-nextgithub-actions[bot]2021-05-101-6/+6
| |\| |
| | * | falcon: 2013-09-19 -> unstable-2018-10-23Ben Siraphob2021-05-101-6/+6
| | |/
| * | cling: fix llvm buildJonathan Ringer2021-05-081-2/+3
| * | Merge master into staging-nextgithub-actions[bot]2021-05-081-1/+5
| |\|
| | * falcon: fix the buildThomas Gerbet2021-05-081-1/+5
| * | Merge master into staging-nextgithub-actions[bot]2021-05-081-0/+2
| |\|
| | * gnuapl: Fix build•••One instance of this error/warning comes up during the build. According to the comment in the code they know what they are doing, so this can be ignored. Stefan Frijters2021-05-071-0/+2
| * | Merge master into staging-nextgithub-actions[bot]2021-05-071-79/+0
| |\|
| | * Merge pull request #117094 from helsinki-systems/drop/spidermonkey_1_8_5•••spidermonkey_1_8_5: dropajs1242021-05-071-79/+0
| | |\
| | | * spidermonkey_1_8_5: dropajs1242021-05-031-79/+0
| * | | Merge remote-tracking branch 'upstream/staging-next' into stagingJohn Ericson2021-05-061-0/+2
| |\| |
| | * | treewide: Do a number of no-op cleanups for cross and darwin•••I am taking the non-invasive parts of #110914 to hopefully help out with #111988. In particular: - Use `lib.makeScopeWithSplicing` to make the `darwin` package set have a proper `callPackage`. - Adjust Darwin `stdenv`'s overlays keeping things from the previous stage to not stick around too much. - Expose `binutilsNoLibc` / `darwin.binutilsNoLibc` to hopefully get us closer to a unified LLVM and GCC bootstrap. John Ericson2021-05-061-0/+2
| * | | Merge branch 'staging-next' into staging•••The transmission conflict was non-trivial: - libbrotli added to apparmor rules <https://github.com/NixOS/nixpkgs/commit/1bdda029cd85b5f4358697afd2c8f6a1996c6ccf> - apparmor rules rewritten <https://github.com/NixOS/nixpkgs/commit/b280e64078d69c59cf4fccfcaa9d56a59d789dc9> Chosen the rewrite and verified that brotli is part of the rule set generated by `apparmorRulesFromClosure`. Jan Tojnar2021-05-064-9/+9
| |\| |
| | * | Merge pull request #121180 from helsinki-systems/upd/php•••php: 7.3.23, 8.0.5, 7.4.18Robin Gloster2021-05-053-6/+6
| | |\ \
| | | * | php80: 8.0.3 -> 8.0.5ajs1242021-04-301-2/+2
| | | * | php74: 7.4.16 -> 7.4.18ajs1242021-04-301-2/+2
| | | * | php73: 7.3.27 -> 7.3.28ajs1242021-04-301-2/+2
| | * | | evcxr: 0.8.1 -> 0.9.0•••ChangeLog: https://github.com/google/evcxr/blob/v0.9.0/RELEASE_NOTES.md#version-090 Maximilian Bosch2021-05-051-3/+3
| * | | | Merge staging-next into staginggithub-actions[bot]2021-05-031-2/+2
| |\| | |
| | * | | mujs: 1.1.1 -> 1.1.2•••https://git.ghostscript.com/?p=mujs.git;a=log;h=1.1.2 The fix for the use-after-free included in this release might have a security impact. Thomas Gerbet2021-05-021-2/+2
| | | |/ | | |/|
| * | | Merge pull request #119506 from marsam/ruby-disable-jit•••ruby: build without jit by defaultMario Rodas2021-05-011-11/+5
| |\ \ \
| | * | | ruby: disable jit by default•••Building Ruby with jit by default includes clang in its closure, hence causing a large closure size. Ruby jit support is optional, and is only enabled at runtime through the `--jit` flag, hence it should not cause any regression. Mario Rodas2021-04-011-11/+5