Commit Graph

6034 Commits

Author SHA1 Message Date
github-actions[bot]
a6928c74cc
Merge master into staging-next 2022-01-13 12:01:29 +00:00
David Leslie
bc1e6f6784
erlang: 24.2, 23.3.4.10, 22.3.4.24 (#153709)
* erlangR22: 22.3.4.20 -> 22.3.4.24

* erlangR23: 23.3.4.5 -> 23.3.4.10

* erlang: 24.1.7 -> 24.2
2022-01-13 20:20:01 +09:00
github-actions[bot]
a8b75d6f2f
Merge master into staging-next 2022-01-13 00:01:59 +00:00
Felix Bühler
f0616a2045
Merge pull request #153862 from Stunkymonkey/treewide-github-5
treewide: switch to fetchFromGitHub
2022-01-13 00:24:44 +01:00
Alyssa Ross
d77022e114
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
	nixos/doc/manual/release-notes/rl-2205.section.md
2022-01-11 16:35:43 +00:00
Ben Siraphob
135519c7fa
cyclone-scheme: 0.30.0 -> 0.34.0 2022-01-11 16:45:02 +07:00
Zhaofeng Li
2303031e51 spidermonkey: Force lp64d ABI for riscv64
cc-rs is hardcoded to use the soft-float ABI for riscv64, while
the rest of the system is double-float. This is not just a missing
stub header file - You can't link object files using different
ABIs.
2022-01-10 11:10:51 -08:00
Zhaofeng Li
ef4fe46f17 spidermonkey: Add patch to support riscv64 2022-01-10 11:09:56 -08:00
Felix Buehler
1d107641d1 lolcode: switch to fetchFromGitHub 2022-01-08 15:38:10 +01:00
Felix Buehler
4a4e3751fa bats: switch to fetchFromGitHub 2022-01-08 15:38:10 +01:00
github-actions[bot]
ad23b42739
Merge staging-next into staging 2022-01-06 00:02:40 +00:00
github-actions[bot]
10ea3f9b77
Merge master into staging-next 2022-01-06 00:02:03 +00:00
Thiago Kenji Okada
b7018f3813
Merge pull request #153634 from willcohen/clj
clojure: 1.10.3.1053 -> 1.10.3.1058
2022-01-05 16:45:24 -03:00
Will Cohen
20d414175f clojure: 1.10.3.1053 -> 1.10.3.1058 2022-01-05 14:05:37 -05:00
github-actions[bot]
92dce734f0
Merge staging-next into staging 2022-01-05 18:01:42 +00:00
Martin Weinelt
74a4683605 Merge remote-tracking branch 'origin/master' into staging-next 2022-01-05 17:31:37 +01:00
Will Cohen
3dd7698867 obb: switch to passthru.tests 2022-01-05 08:47:03 -05:00
Will Cohen
b65eb7ec84 obb: switch to fetchFromGitHub 2022-01-05 08:35:16 -05:00
github-actions[bot]
a738715d80
Merge staging-next into staging 2022-01-05 00:02:28 +00:00
github-actions[bot]
89a0a771b6
Merge master into staging-next 2022-01-05 00:01:52 +00:00
Thiago Kenji Okada
41f37d934f
Merge pull request #153496 from willcohen/obb
obb: init at 0.0.1
2022-01-04 20:13:52 -03:00
Will Cohen
3951393fe9 obb: init at 0.0.1 2022-01-04 17:43:04 -05:00
Thiago Kenji Okada
e10ceab9c0 dart: remove myself from maintainers 2022-01-04 15:28:42 -03:00
github-actions[bot]
25662d01ae
Merge staging-next into staging 2022-01-04 00:02:40 +00:00
Martin Weinelt
11a0b61783 Merge remote-tracking branch 'origin/master' into staging-next 2022-01-03 23:21:08 +01:00
Bobby Rong
70f42a33cb
Merge pull request #153010 from Kloenk/guile_3_m1
guile_3_0: fix aarch64-darwin build
2022-01-03 18:14:33 +08:00
ajs124
d6425c9ee1
Merge pull request #152715 from ius/spidermonkey-cross
spidermonkey_91: fix cross compilation
2022-01-02 22:56:41 +01:00
Finn Behrens
eeed6c653b guile_3_0: fix aarch64-darwin build 2022-01-01 00:21:34 +01:00
Jan Tojnar
d995596052 Merge branch 'staging-next' into staging
; Conflicts:
;	nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
;	nixos/doc/manual/release-notes/rl-2205.section.md
2021-12-31 15:32:37 +01:00
Jan Tojnar
380c030740 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/python-modules/aiohttp-socks/default.nix
;	pkgs/development/python-modules/emv/default.nix
;	pkgs/development/python-modules/mocket/default.nix
;	pkgs/development/python-modules/types-protobuf/default.nix
2021-12-31 07:26:03 +01:00
7c6f434c
023574e477
Merge pull request #152830 from r-ryantm/auto-update/kona
kona: 20201009 -> 20211225
2021-12-31 01:05:41 +00:00
R. Ryantm
8860c1d25d kona: 20201009 -> 20211225 2021-12-30 23:36:13 +00:00
R. Ryantm
a748e9941c joker: 0.17.3 -> 0.18.0 2021-12-30 17:18:54 +00:00
Thiago Kenji Okada
192cd3cd39 babashka: 0.7.0 -> 0.7.3 2021-12-30 12:56:47 -03:00
Joerie de Gram
24b26ce79e spidermonkey_91: fix cross compilation
The configurePlatforms mkDerivation parameter needs to be an empty list
to avoid bogus defaults from breaking cross compilation.

Document the parameter to prevent it from being cleaned up.
2021-12-30 14:54:30 +01:00
Thiago Kenji Okada
ac99c632c0
Revert "babashka: 0.7.0 -> 0.7.2" 2021-12-29 22:55:53 -03:00
Thiago Kenji Okada
dcd5f3d44d
Merge pull request #152621 from thiagokokada/bump-babashka
babashka: 0.7.0 -> 0.7.2
2021-12-29 21:20:43 -03:00
Thiago Kenji Okada
c2ae5fbe7e babashka: 0.7.0 -> 0.7.2 2021-12-29 17:48:42 -03:00
github-actions[bot]
af60cd86a3
Merge staging-next into staging 2021-12-29 06:01:45 +00:00
github-actions[bot]
129083edcf
Merge master into staging-next 2021-12-29 06:01:11 +00:00
Jonathan Ringer
524a50d75e
lfe: update homepage 2021-12-28 10:08:56 -08:00
github-actions[bot]
bf27c67927
Merge staging-next into staging 2021-12-28 06:01:50 +00:00
github-actions[bot]
996c3bdfc2
Merge master into staging-next 2021-12-28 06:01:09 +00:00
Robert Scott
5470e0964a
Merge pull request #152131 from r-ryantm/auto-update/mujs
mujs: 1.1.3 -> 1.2.0
2021-12-28 01:09:59 +00:00
Robert Scott
4aaf4c256b
Merge pull request #151066 from zhaofengli/libffi-testsuite
libffi: Run test suite
2021-12-28 01:07:58 +00:00
Martin Weinelt
6afaf36a3c
Merge branch 'master' into staging-next 2021-12-28 00:04:06 +01:00
Thiago Kenji Okada
7efd936e4f
Merge pull request #150331 from r-ryantm/auto-update/babashka
babashka: 0.6.8 -> 0.7.0
2021-12-27 19:05:30 -03:00
github-actions[bot]
808585560c
Merge staging-next into staging 2021-12-27 12:13:41 +00:00
github-actions[bot]
ae39fad8d0
Merge master into staging-next 2021-12-27 12:08:21 +00:00
Bobby Rong
8d2ea10d45
Merge pull request #151929 from superwhiskers/update-rakudo
rakudo: 2021.10 -> 2021.12
2021-12-27 16:20:24 +08:00
Martin Weinelt
76488857ab python310: 3.10.0 -> 3.10.1 2021-12-26 19:31:43 -08:00
github-actions[bot]
9c541ade71
Merge staging-next into staging 2021-12-27 00:02:25 +00:00
github-actions[bot]
1a747be4c4
Merge master into staging-next 2021-12-27 00:01:43 +00:00
Mario Rodas
d62bddd7cc
Merge pull request #151660 from r-ryantm/auto-update/wasmer
wasmer: 2.1.0 -> 2.1.1
2021-12-26 15:57:59 -05:00
Dmitry Kalinkin
2ddda43924
Merge branch 'staging' into staging-next
Conflicts:
	pkgs/os-specific/linux/kernel/common-config.nix
2021-12-25 17:16:26 -05:00
Emily
cafbe8171c
python: conditionalize redundant Darwin patch (#137858) 2021-12-25 17:11:35 -05:00
R. Ryantm
f31ade5ed7 mujs: 1.1.3 -> 1.2.0 2021-12-25 19:41:09 +00:00
Mario Rodas
9c7bea23cb
Merge pull request #138368 from arcnmx/ruby-cross-closure
ruby: remove build references from cross compiles
2021-12-25 11:08:26 -05:00
github-actions[bot]
15494ec8f1
Merge master into staging-next 2021-12-25 12:01:18 +00:00
Bobby Rong
8a885f2c13
Merge pull request #151461 from veprbl/pr/broken_dapl-native
dapl-native: mark as broken on darwin
2021-12-25 15:34:32 +08:00
Mario Rodas
a2d81a8977 ruby_3_1: init at 3.1.0
https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/
2021-12-25 04:20:00 +00:00
github-actions[bot]
f04946ad25
Merge master into staging-next 2021-12-24 18:01:11 +00:00
Felix Buehler
f961be2d12 angelscript_2_22: refactor 2021-12-24 17:51:28 +01:00
github-actions[bot]
4a543cc4d3
Merge master into staging-next 2021-12-24 06:01:16 +00:00
R. Ryantm
8dd791e6ed clojure: 1.10.3.1040 -> 1.10.3.1053 2021-12-24 01:05:30 +00:00
superwhiskers
c31dac8ab1
rakudo: 2021.10 -> 2021.12 2021-12-23 17:40:32 -06:00
superwhiskers
4d19a57c5f
moarvm: 2021.10 -> 2021.12 2021-12-23 17:40:25 -06:00
superwhiskers
8b79afab5d
nqp: 2021.10 -> 2021.12 2021-12-23 17:40:15 -06:00
arcnmx
4ac0f8e045 ruby: more consistent baseRuby reference removal 2021-12-23 07:32:59 -08:00
arcnmx
09e3924934 ruby: configure via {enable,with}Feature 2021-12-23 07:32:59 -08:00
arcnmx
4e955d2101 ruby: remove references to baseRuby 2021-12-23 07:32:59 -08:00
github-actions[bot]
03b5b0daac
Merge master into staging-next 2021-12-22 12:01:18 +00:00
Bobby Rong
9cc57332a7
Merge pull request #151115 from ehamberg/elixir-1.13.1
elixir: 1.13.0 -> 1.13.1
2021-12-22 18:59:51 +08:00
Bobby Rong
4829db690e
Merge pull request #151639 from veprbl/pr/broken_dbqn-native
dbqn-native: mark as broken on darwin
2021-12-22 17:48:23 +08:00
Jonathan Ringer
6635f5b208
Merge remote-tracking branch 'origin/master' into staging-next
- Fix which python interpreters are exposed

Conflicts:
	pkgs/top-level/all-packages.nix
2021-12-22 00:31:14 -08:00
R. Ryantm
308ba0b97e wasmer: 2.1.0 -> 2.1.1 2021-12-22 00:35:08 +00:00
Michael Raskin
d2204261a3 pypy37: reinit 2021-12-22 00:51:45 +01:00
Dmitry Kalinkin
2830ce4ddc
dbqn-native: mark as broken on darwin 2021-12-21 16:05:09 -05:00
github-actions[bot]
0757d9c156
Merge master into staging-next 2021-12-21 12:01:23 +00:00
Elis Hirwing
e3a7c62565
Merge pull request #147411 from drupol/php/php-8.1.0
php: Init at 8.1.1
2021-12-21 12:33:07 +01:00
Stéphan Kochen
2dbf96e7cc
php81Extensions.tokenizer: fix build
(cherry picked from commit cf7f4c058e822ee8eeaa2120c45f04b5b460a5db)
2021-12-21 10:13:10 +01:00
github-actions[bot]
03b2b5cb6c
Merge master into staging-next 2021-12-21 00:01:39 +00:00
Dmitry Kalinkin
5472732879
dapl-native: mark as broken on darwin 2021-12-20 15:56:35 -05:00
Сухарик
676e7fe6b9 ngn-k: unstable-2021-08-30 -> unstable-2021-12-17 2021-12-20 19:57:23 +01:00
Pol Dellaiera
3d3479f717
php81: init at 8.1.1 2021-12-20 15:51:00 +01:00
Dmitry Kalinkin
da8f155b2a
Merge branch 'master' into staging-next
Conflicts:
	pkgs/development/python-modules/sphinxext-opengraph/default.nix
2021-12-18 10:18:14 -05:00
Frederik Rietdijk
4853c2d375 python2.tests.nixenv-virtualenv: fix test
by using a python env that ignores collisions in the backports packages.
2021-12-18 14:43:50 +01:00
Erlend Hamberg
692f09b30a
elixir: 1.13.0 -> 1.13.1 2021-12-17 19:52:44 +01:00
github-actions[bot]
001096a857
Merge master into staging-next 2021-12-17 12:01:31 +00:00
Bobby Rong
be54658bd0
Merge pull request #148366 from robwhitaker/bump-alda
alda: 1.5.0 -> 2.0.6
2021-12-17 15:06:47 +08:00
Zhaofeng Li
cb955555df libffi: Run test suite 2021-12-16 20:44:56 -08:00
github-actions[bot]
2d77c6ead6
Merge master into staging-next 2021-12-16 00:01:38 +00:00
sternenseemann
d860ba7f09 Merge remote-tracking branch 'origin/master' into staging-next 2021-12-15 11:30:31 +01:00
Konrad Borowski
e0d9f1bb03 php: skip performance sensitive tests 2021-12-14 22:50:03 +01:00
Pavol Rusnak
fc58c3761e
Merge pull request #149748 from prusnak/rustpython
rustpython: init at unstable-2021-12-09
2021-12-14 19:11:14 +01:00
github-actions[bot]
dfda17d6ba
Merge master into staging-next 2021-12-14 18:01:09 +00:00
Pavol Rusnak
dbf7134d29
rustpython: init at unstable-2021-12-09 2021-12-14 18:53:25 +01:00
Josh Holland
db2588598c mbqn: 0.pre+date=2021-11-08 -> 0.pre+date=2021-12-13 2021-12-14 15:26:58 +01:00
Josh Holland
a8b6cd4a1c cbqn: 0.pre+date=2021-11-06 -> 0.pre+date=2021-12-13 2021-12-14 15:26:58 +01:00
Dmitry Kalinkin
1dcb22acc9
Merge branch 'master' into staging-next
Conflicts:
	pkgs/development/python-modules/gdown/default.nix
2021-12-12 00:00:04 -05:00