nixpkgs-ci[bot]
61b206df80
Merge 64f174a74b into haskell-updates
2025-10-29 00:22:45 +00:00
Artturin
2494e3664f
splice.nix: make pkgs splicedPackages when required
...
This will make `pkgs` used in `callPackage`, and `pkgsCross.X.pkgs` have
packages with `__spliced`.
3029741718/pkgs/development/interpreters/python/passthrufun.nix (L37)
d2bd9a39de/pkgs/top-level/python-packages.nix (L10720)
```
nix-repl>
pkgsCross.aarch64-multiplatform.python3Packages.protobuf4.protobuf.__spliced
error:
… while evaluating the attribute
'aarch64-multiplatform.python3Packages.protobuf4.protobuf.__spliced'
at
/home/artturin/nixgits/my-nixpkgs/.worktree/1/pkgs/development/python-modules/protobuf/4.nix:119:13:
118| passthru = {
119| inherit protobuf;
| ^
120| };
error: attribute '__spliced' missing
at «string»:1:1:
1|
pkgsCross.aarch64-multiplatform.python3Packages.protobuf4.protobuf.__spliced
| ^
```
to
```
nix-repl>
pkgsCross.aarch64-multiplatform.python3Packages.protobuf4.protobuf.__spliced
{
buildBuild = «derivation
/nix/store/s7da5mfvx4h1n86j78knaj9cprglxqz6-protobuf-25.4.drv»;
buildHost = «derivation
/nix/store/s7da5mfvx4h1n86j78knaj9cprglxqz6-protobuf-25.4.drv»;
buildTarget = «repeated»;
hostHost = «derivation
/nix/store/mszvybzs4zxh43awyrjnybsfcb265n9r-protobuf-aarch64-unknown-linux-gnu-25.4.drv»;
hostTarget = «repeated»;
}
```
Co-authored-by: Wolfgang Walther <walther@technowledgy.de >
2025-10-28 21:54:10 +01:00
Andrew Marshall
5c92e83cc5
sbcl: fix test failures in Darwin sandbox
2025-10-28 15:34:07 -04:00
Andrew Marshall
be092d0c7b
sbcl: fix build on Darwin
...
Coreutils v9.8 has a regression on Darwin that causes
`__CF_USER_TEXT_ENCODING` env var to get added to `env`’s output. This
causes a test failure. So get the variant of `env` from
darwin.shell_cmds instead (and `uname`, to avoid having both pkgs in the
closure).
I submitted a bug report to Coreutils, but it is not yet in the tracker
or list archives for me to link from here.
2025-10-28 15:30:30 -04:00
nixpkgs-ci[bot]
1294e05b51
Merge master into staging-nixos
2025-10-28 18:07:42 +00:00
nixpkgs-ci[bot]
c522ea5070
Merge staging-next into staging
2025-10-28 18:06:54 +00:00
Masum Reza
0e6c627747
kotlin-native: 2.2.20 -> 2.2.21 ( #454914 )
2025-10-28 17:08:41 +00:00
Sirio Balmelli
8fe447f8cc
zig: 0.15.2 build no longer broken on x86_64-darwin
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch >
2025-10-28 14:03:04 +01:00
Wolfgang Walther
9a4bceff63
Merge commit 'ba840a89e061c8b91d00daa7d5c3da5f4a96936d' into haskell-updates
2025-10-28 11:09:56 +01:00
Wolfgang Walther
c7b738de94
Merge staging-next into staging
2025-10-28 11:08:23 +01:00
nixpkgs-ci[bot]
c182554329
Merge master into staging-nixos
2025-10-28 10:02:45 +00:00
Slava Gorbunov
1f167aa460
ghc: provide JavaScript CPP command for ghcjs build
2025-10-28 11:07:47 +03:00
Tristan Ross
b9725f4a01
llvmPackages_git: 22.0.0-unstable-2025-10-19 -> 22.0.0-unstable-2025-10-27
2025-10-27 18:33:33 -07:00
nixpkgs-ci[bot]
c9df849a77
Merge master into staging-nixos
2025-10-27 12:09:21 +00:00
nixpkgs-ci[bot]
1928476c48
Merge staging-next into staging
2025-10-27 12:08:13 +00:00
Arne Keller
607ab1a3eb
jdk8: 8u462-b08 -> 8u472-b08 ( #455435 )
2025-10-27 08:52:53 +00:00
K900
0eb2b2c825
Merge remote-tracking branch 'origin/staging-next' into staging
2025-10-27 10:53:50 +03:00
nixpkgs-ci[bot]
7155128b5f
Merge master into staging-nixos
2025-10-26 18:07:00 +00:00
Emily
fcd3b9c02e
pkgs/development/compilers/llvm: use makeScopeWithSplicing ( #445668 )
2025-10-26 14:16:10 +00:00
R. Ryantm
991423c5e9
javaPackages.compiler.openjdk25: 25+36 -> 25.0.1+8
2025-10-26 08:49:28 +00:00
R. Ryantm
2c8de3ce1f
jdk11: 11.0.29+5 -> 11.0.29+7
2025-10-26 04:37:53 +00:00
nixpkgs-ci[bot]
f73993b07e
Merge e32661f795 into haskell-updates
2025-10-26 00:23:08 +00:00
nixpkgs-ci[bot]
b509b82059
Merge master into staging-nixos
2025-10-26 00:19:46 +00:00
nixpkgs-ci[bot]
9c3c785b9e
Merge staging-next into staging
2025-10-26 00:19:00 +00:00
7c6f434c
f309a96ae0
botan2: drop ( #446190 )
2025-10-25 20:48:28 +00:00
7c6f434c
2f4afc6ca0
sbcl: remove broken run-program test ( #455569 )
2025-10-25 20:41:17 +00:00
Emily
2d6ca409d6
llvmPackages: add comments about suspicious things
2025-10-25 20:07:13 +01:00
Emily
3a8c494305
llvmPackages: remove things made unnecessary by splicing
2025-10-25 20:07:13 +01:00
Emily
8b6e86acfb
llvmPackages: remove unnecessary use of pkgs
2025-10-25 20:07:13 +01:00
Emily
210060e66c
llvmPackages.openmp: don’t use a target platform LLVM
...
This was used in 4b07aeae16 to get
what was actually a *host* LLVM in practice, when the `buildHost`
LLVM package set was included in the `callPackage` scope used for
libraries. It should no longer be necessary and is now quite confusing.
2025-10-25 20:07:13 +01:00
Tristan Ross
62d59194b8
pkgs/development/compilers/llvm: use makeScopeWithSplicing'
...
Co-authored-by: Luna Nova <git@lunnova.dev >
Co-authored-by: Emily <vcs@emily.moe >
2025-10-25 20:06:32 +01:00
nixpkgs-ci[bot]
a9587afc42
Merge master into staging-nixos
2025-10-25 18:06:44 +00:00
nixpkgs-ci[bot]
bdd7e6196e
Merge staging-next into staging
2025-10-25 18:05:58 +00:00
Masum Reza
136e278a2f
dart: 3.9.3 -> 3.9.4 ( #449364 )
2025-10-25 17:00:35 +00:00
Hraban Luyat
79e66e6c10
sbcl: remove broken run-program test
2025-10-25 12:34:18 -04:00
R. Ryantm
5dc74d8951
jdk17: 17.0.17+8 -> 17.0.17+10
2025-10-25 14:27:42 +00:00
winston
68d5328122
graalvm-oracle_25: bump hashes, use archive URL
2025-10-25 13:44:51 +02:00
Alyssa Ross
8a847eb3e0
gcc: disable enableDefaultPie when !hasSharedLibraries ( #452791 )
2025-10-25 12:25:01 +02:00
K900
0b0c249f09
Merge remote-tracking branch 'origin/staging-next' into staging
2025-10-25 10:00:19 +03:00
R. Ryantm
e730dc907e
jdk: 21.0.9+8 -> 21.0.9+10
2025-10-25 06:16:57 +00:00
R. Ryantm
b98a7b4539
jdk8: 8u462-b08 -> 8u472-b08
2025-10-25 01:32:24 +00:00
Yohann Boniface
5cb85e5ea6
kotlin: 2.2.20 -> 2.2.21 ( #454916 )
2025-10-25 00:59:48 +00:00
nixpkgs-ci[bot]
0449360bab
Merge c9f97ce391 into haskell-updates
2025-10-25 00:21:42 +00:00
R. Ryantm
f34949c208
graalvmPackages.graaljs: 24.2.2 -> 25.0.1
2025-10-24 21:34:31 +00:00
git@71rd.net
355a7677ba
chickenPackages_5.chickenEggs.botan: mark broken
...
Mark the chicken-scheme bindings for botan as broken.
The package only supports the botan2 library that has been deprecated
and is being removed
2025-10-24 14:52:56 +00:00
R. Ryantm
f5fdef1119
graalvmPackages.graalnodejs: 24.2.2 -> 25.0.1
2025-10-24 10:40:58 +00:00
Wolfgang Walther
4dd2f20130
Merge staging-next into staging
2025-10-24 09:27:24 +02:00
Samuel Holland
8cf7fbde48
rust: Enable bootstrap on powerpc64le-unknown-linux-musl
...
Official tarballs for this target have been built since version 1.85.0.
Link: https://github.com/rust-lang/rust/pull/133801
2025-10-24 00:59:03 -05:00
qzylinra
b9ae5776db
flutter335: 3.35.5 -> 3.35.7
2025-10-24 04:30:44 +00:00
Alexandre Esteves
b4de5e3714
haskellPackages: fix executable builds on pkgsCross.ucrt64
2025-10-23 23:04:12 +01:00