Commit Graph

8826 Commits

Author SHA1 Message Date
R. Ryantm
47845c94ad zef: 0.21.2 -> 0.21.4 2024-02-14 11:24:16 +00:00
Matthieu Coudron
089f45ce69
buildLuarocksPackage: remove rockspecDir (#288036)
it was used only once and complexifies the buildLuarocksPackage function uselessly.
because buildLuarocksPackage accepts ... args, it wont trigger eval failures but this may break out of tree packages where the build can't find the rockspec anymore. Specify the path via `knownRockspec` if that's the case.
2024-02-11 15:09:01 +01:00
Mario Rodas
427d230dee
Merge pull request #287747 from r-ryantm/auto-update/starlark-rust
starlark-rust: 0.11.0 -> 0.12.0
2024-02-10 08:29:24 -05:00
R. Ryantm
a509ea56af starlark-rust: 0.11.0 -> 0.12.0 2024-02-10 11:53:56 +00:00
Mario Rodas
db19b7f939
Merge pull request #287679 from marsam/update-racket
racket: 8.11.1 -> 8.12
2024-02-10 06:30:47 -05:00
Mario Rodas
ce5180776e
Merge pull request #287680 from marsam/update-luau
luau: 0.611 -> 0.612
2024-02-10 06:26:24 -05:00
Yt
3df8b0b1dc
Merge pull request #287338 from r-ryantm/auto-update/erlang_odbc_javac
erlang_odbc_javac: 25.3.2.8 -> 25.3.2.9
2024-02-10 10:27:08 +00:00
Mario Rodas
e5667c4a09 racket,racket-minimal: 8.11.1 -> 8.12
Changelog: https://blog.racket-lang.org/2024/02/racket-v8-12.html
2024-02-10 04:20:00 +00:00
Mario Rodas
cc593cd0fe luau: 0.611 -> 0.612
Diff: https://github.com/luau-lang/luau/compare/0.611...0.612

Changelog: https://github.com/luau-lang/luau/releases/tag/0.612
2024-02-10 04:20:00 +00:00
Yt
7a360c0f6f
Merge pull request #287391 from r-ryantm/auto-update/erlang_26
erlang_26: 26.2.1 -> 26.2.2
2024-02-09 21:34:59 +00:00
R. Ryantm
41b00890ef erlang_26: 26.2.1 -> 26.2.2 2024-02-09 06:11:17 +00:00
R. Ryantm
1b74d71d02 erlang_odbc_javac: 25.3.2.8 -> 25.3.2.9 2024-02-08 23:47:35 +00:00
github-actions[bot]
6556cc0f76
Merge master into staging-next 2024-02-08 12:01:14 +00:00
R. Ryantm
d8c4bf32eb wasmtime: 17.0.0 -> 17.0.1 2024-02-08 07:23:03 +00:00
github-actions[bot]
03dd2b9470
Merge master into staging-next 2024-02-07 12:01:11 +00:00
Sandro
d5917b14b3
mk-python-derivation: fix passthru.updateScript being merged into the derivation (#241922)
Before updateScript was being merged to pdm.updateScript.
With this commit it is being moved to the expected location pdm.passthru.updateScript
2024-02-07 08:14:34 +01:00
github-actions[bot]
9824e51195
Merge master into staging-next 2024-02-07 00:02:01 +00:00
Matthieu Coudron
ff5b2d7d00 lua.tests: add test for relative import
better error message as well
extracted from https://github.com/NixOS/nixpkgs/pull/273342

written by heyarne
2024-02-06 23:21:41 +01:00
Martin Weinelt
76f6ad253d
python312: use vendored mpdecimal library on darwin
Building with --with-system-mpdecimal fails on both darwin architectures,
independent of the mpdecimal version used.
2024-02-06 20:44:08 +01:00
github-actions[bot]
42e44c0583
Merge master into staging-next 2024-02-05 00:02:17 +00:00
Weijia Wang
67ac70f567
Merge pull request #282278 from r-ryantm/auto-update/cel-go
cel-go: 0.18.2 -> 0.19.0
2024-02-04 23:11:36 +01:00
Nick Cao
8c01b2ff65
Merge pull request #286329 from r-ryantm/auto-update/nelua
nelua: unstable-2024-01-13 -> unstable-2024-02-03
2024-02-04 15:10:50 -05:00
github-actions[bot]
145a9cb679
Merge master into staging-next 2024-02-04 18:01:14 +00:00
R. Ryantm
4946709a96 nelua: unstable-2024-01-13 -> unstable-2024-02-03 2024-02-04 17:41:57 +00:00
Rafael Fernández López
603f4c661c
wamr: 1.3.1 -> 1.3.2 2024-02-04 00:10:43 +01:00
github-actions[bot]
5d0bf6b916
Merge master into staging-next 2024-02-03 12:01:18 +00:00
Mario Rodas
36192ffba6 luau: 0.610 -> 0.611
Diff: https://github.com/luau-lang/luau/compare/0.610...0.611

Changelog: https://github.com/luau-lang/luau/releases/tag/0.611
2024-02-03 04:20:00 +00:00
Martin Weinelt
9b516e4288
cpython: build with our own libmpdecimal 2024-02-02 12:28:09 +01:00
Martin Weinelt
2d6fa6f35d
cpython: refactor & clean up
- group dependencies logically
- remove `? null` fallback value
- remove redundant isPy3k conditions
- remove overly broad `with lib` import
- more assertion messages
- move python310 out of sources attrset
2024-02-02 12:28:09 +01:00
Martin Weinelt
97625d0307
cpython: prune patches and configure flags
- Using the system-provided ffi has been the default since 3.6
2024-02-02 12:28:08 +01:00
Martin Weinelt
f2f4cf0515
cpython: resolve substituteStream --replace deprecation 2024-02-02 12:28:08 +01:00
Martin Weinelt
b22414ea35
cpython: unpin legacy openssl
Various packages failed to build due to the removal of hashes like MD5,
but they now work or have been dropped.
2024-02-02 12:28:07 +01:00
github-actions[bot]
6b866c8f85
Merge staging-next into staging 2024-02-02 00:02:44 +00:00
Yt
962b4c436e
Merge pull request #285410 from yurrriq/lfe-2.1.3
lfe: 2.1.1 -> 2.1.3
2024-02-01 23:19:41 +00:00
Pol Dellaiera
a0d3f10c75
Merge pull request #283175 from szucsitg/php81-fix-libxml212
php81: patch for libxml2.12
2024-02-01 21:16:58 +01:00
github-actions[bot]
381e01e471
Merge staging-next into staging 2024-02-01 18:01:21 +00:00
Adam Szucs-Matyas
59ef6fb395
php81: patch for libxml2.12 2024-02-01 18:43:09 +01:00
Alyssa Ross
b33fd42c30 pkgsMusl.spidermonkey: fix build on x86_64-linux
rustc 1.73.0 introduced a new x86_64-unikraft-linux-musl target.  This
triple is a bit of a lie — the kernel in this case is unikraft, which
isn't Linux, it just tries to be compatible with it.  But this
User-Agent-like string of a triple now exists, and with it comes some
fallout.

Spidermonkey asks rustc for the list of supported targets, then picks
the one that best matches the GNU triple it's building for, which in
the native case config.guess will say is x86_64-pc-linux-musl.  Prior
to rustc 1.73.0, all was well, because there was only one x86_64 musl
triple, but now there are two: x86_64-unknown-linux-musl, and
x86_64-unikraft-linux-musl, and neither of those are obviously closer
than the other to x86_64-pc-linux-musl to Spidermonkey's build system.
As a result, it can't decide which target to pass to rustc, and bails
out.

We can fix this by telling Spidermonkey what platform it should be
building for, rather than letting it guess, which previously we did
only when cross compiling.  This approach is already used in the
Firefox derivation (which is why it was not affected by the rustc
update), so it's been well tested already.

Closes: https://github.com/NixOS/nixpkgs/pull/266560
Closes: https://github.com/NixOS/nixpkgs/pull/282923
2024-02-01 15:36:20 +01:00
Martin Weinelt
27fa02d0f1
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
-	pkgs/development/compilers/llvm/10/clang/default.nix
- pkgs/development/compilers/llvm/8/clang/default.nix
2024-02-01 12:25:11 +01:00
Eric Bailey
2e1924c777 lfe: 2.1.1 -> 2.1.3 2024-01-31 21:53:58 -06:00
Eric Bailey
d82ece4de7 beam.beamLib.callLFE: support hash xor sha256 2024-01-31 21:53:58 -06:00
Eric Bailey
a594d95f9e beam.beamLib.callLFE: update src
Update owner from rvirding to lfe, as it was moved at least a couple years ago.
2024-01-31 21:52:52 -06:00
Philip Munksgaard
472f6ba7f6
elixir_1_16: 1.16.0 -> 1.16.1 2024-01-31 16:03:26 +01:00
Mario Rodas
ed1a5e5fce
Merge pull request #283853 from ereslibre/bump-wasmtime
wasmtime: 16.0.0 -> 17.0.0
2024-01-30 19:29:29 -05:00
Weijia Wang
6544d7a7eb
Merge pull request #283120 from wegank/darwin-override-sdk
darwin.apple_sdk_11_0.stdenv: set darwinSdkVersion on all platforms
2024-01-30 09:15:03 +01:00
Weijia Wang
9a1126f9bc treewide: move darwinSdkVersion to hostPlatform 2024-01-29 21:53:19 +01:00
R. Ryantm
2cf6db07ee risor: 1.1.2 -> 1.3.2 2024-01-29 13:32:31 +00:00
7c6f434c
de275d8147
Merge pull request #276087 from axelf4/j-9.4.3
j: 904-beta-c -> 9.5.1
2024-01-29 08:26:24 +00:00
Axel Forsman
1acd69a008 j: 904-beta-c -> 9.5.1
https://code.jsoftware.com/wiki/System/ReleaseNotes/J9.5
2024-01-29 07:31:46 +01:00
Felix Bühler
da47763cb8
Merge pull request #279384 from Stunkymonkey/recursive-pth-loader-normalize
python311Packages.recursive-pth-loader: rename from recursivePthLoader
2024-01-29 00:40:42 +01:00