Commit Graph

24752 Commits

Author SHA1 Message Date
nixpkgs-ci[bot]
82b9e372e6 Merge master into staging-next 2025-09-24 00:16:18 +00:00
Peder Bergebakken Sundt
be3c621150 mozart: pin boost to boost183 (#440643) 2025-09-23 22:38:49 +00:00
nixpkgs-ci[bot]
8c2af3a8bf Merge master into staging-next 2025-09-23 09:00:10 +00:00
Wolfgang Walther
c886ff3a9a dart: 3.9.2 -> 3.9.3 (#443341) 2025-09-23 08:26:49 +00:00
Wolfgang Walther
2eb9ff151b graalvmPackages.truffleruby: 24.2.2 -> 25.0.0 (#444144) 2025-09-23 08:18:35 +00:00
Wolfgang Walther
0bd2241eb7 graalvmPackages.graalpy: 24.2.2 -> 25.0.0 (#444600) 2025-09-23 08:17:30 +00:00
Arne Keller
9736b2d4d4 jdk11: 11.0.27+6 -> 11.0.28+6 (#427252) 2025-09-23 07:00:53 +00:00
nixpkgs-ci[bot]
77c788e234 Merge 8e8a794380 into haskell-updates 2025-09-23 00:20:31 +00:00
nixpkgs-ci[bot]
562c842d00 Merge master into staging-next 2025-09-23 00:16:56 +00:00
Tristan Ross
1705457476 flutter: 3.35.3 -> 3.35.4 (#444278) 2025-09-22 20:19:38 +00:00
nixpkgs-ci[bot]
66a3cd62a8 Merge master into staging-next 2025-09-22 18:05:40 +00:00
sternenseemann
344c3ca02b haskell.compiler.ghc902Binary: let krank ignore informational issue ref 2025-09-22 18:49:35 +02:00
Gaétan Lepage
55f2008c61 julia_110{,-bin}: 1.10.9 -> 1.10.10 (#443877) 2025-09-22 15:49:40 +00:00
sternenseemann
c4b2ed56e9 haskell.compiler.ghc9{4,63}: let krank ignore issue ref in patch
This is a historical issue that we no longer need workarounds for with
recent GHC versions.
2025-09-22 14:46:45 +02:00
K900
ddc5133b0c dotnet_*: pin LLVM 20
Fails to build with Clang 21, segfaults almost immediately if patched.
We should probably let upstream figure this one out.
2025-09-22 11:24:17 +03:00
Tristan Ross
5d18318605 llvmPackages_git: 22.0.0-unstable-2025-09-16 -> 22.0.0-unstable-2025-09-21 2025-09-21 23:30:11 -07:00
nixpkgs-ci[bot]
55d3fa58ff Merge master into staging-next 2025-09-22 06:06:50 +00:00
Vincent Laporte
5c4ece24bc ocamlPackages.reason: 3.16.0 → 3.17.0 (#443074) 2025-09-22 05:26:13 +00:00
nixpkgs-ci[bot]
9dd4e71f8e Merge 6d7dc316d6 into haskell-updates 2025-09-22 00:22:16 +00:00
Justin Restivo
2f7e7091a8 zig.hook: allow for global build flag overrides 2025-09-21 10:40:41 -04:00
nixpkgs-ci[bot]
d78f38b07d Merge master into staging-next 2025-09-21 06:05:20 +00:00
Emily
9f1da93ba5 llvmPackages.libllvm: fix enablePolly = false (#444806) 2025-09-21 03:51:04 +00:00
nixpkgs-ci[bot]
e7f97488c1 Merge 7b38f24f2f into haskell-updates 2025-09-21 00:22:34 +00:00
Luna Nova
b84248686b llvmPackages.libllvm: add passthru.tests.withoutOptionalFeatures
This makes it easier to test optional flags still work.
Just adding one that disables multiple because the build is fairly slow and I don't think exercising
them all separately is going to be worth the extra build time.
2025-09-20 17:18:33 -07:00
Luna Nova
89baf53225 llvmPackages.libllvm: fix enablePolly = false
Setting enablePolly = false was failing due to trying to patch a file that doesn't exist

> applying patch /nix/store/gr73nf6sca9nyzl88x58y3qxrav04yhd-polly-lit-cfg-add-libs-to-dylib-path.patch
> can't find file to patch at input line 5
2025-09-20 17:10:29 -07:00
sternenseemann
f02201c53a ghc: 9.8.4 -> 9.10.3; Stackage LTS: 23.27 -> 24.9 (#429810) 2025-09-20 23:09:13 +02:00
nixpkgs-ci[bot]
5428c134e6 Merge staging-next into staging 2025-09-20 18:05:35 +00:00
Weijia Wang
d6ade56e8c julia_111{,-bin}: 1.11.6 -> 1.11.7 (#443590) 2025-09-20 15:50:04 +00:00
Emily
ebbad85342 Reapply "various: fix Scudo allocator due to LLVM update" (#444670) 2025-09-20 16:30:32 +01:00
Emily
85b124cedd Reapply "various: fix Scudo allocator due to LLVM update"
This reverts commit 5119cafc59.
2025-09-20 16:24:40 +01:00
K900
5119cafc59 Revert "various: fix Scudo allocator due to LLVM update" 2025-09-20 17:53:06 +03:00
Lisa Gnedt
753af06dab treewide: fix Scudo options
The commit 01e8f570c6 unpinned the
LLVM version, which led to the following warnings whenever Scudo
is loaded (basically whenever a command is started when used
system-wide):

Scudo WARNING: found 3 unrecognized flag(s):
    DeleteSizeMismatch=0:DeallocationTypeMismatch=0
    DeallocationTypeMismatch=0
    ZeroContents=1

According to the current Scudo documentation [1] the options are
now spelled differently. This commit keeps all existing options
and only updates the spelling.

[1] https://llvm.org/docs/ScudoHardenedAllocator.html

Reported-by: CUB3D <callumthom11@gmail.com>
2025-09-20 13:11:04 +02:00
R. Ryantm
8f1089ed2c graalvmPackages.graalpy: 24.2.2 -> 25.0.0 2025-09-20 10:56:15 +00:00
K900
c107a8e044 cmake: drop fixCmakeFiles hook (#442167) 2025-09-20 07:54:46 +03:00
nixpkgs-ci[bot]
44d5c47ad7 Merge 319145a716 into haskell-updates 2025-09-20 00:19:49 +00:00
nixpkgs-ci[bot]
ca7f2a47c0 Merge staging-next into staging 2025-09-19 18:06:36 +00:00
Emily
c9f171a0bb cmake: drop fixCmakeFiles hook
This regularly broke things – as can be seen from the number
of packages that were opting out of it – while providing only a
dubious and partial benefit to purity that other build systems did
not “enjoy”.

It has become associated with Darwin, but was actually introduced
in 2007 as part of 67d41efde1,
a work‐in‐progress commit for KDE 4 that introduced the CMake
setup hook. It has haunted us ever since, and will presumably become
even better at doing so now that it is a dead ghost.

Of course, it is possible and even likely that more impure paths will
leak into Darwin builds from third‐party CMake modules included
in packages. However, considering it already disregarded many of the
most common macOS system paths, it will be better overall to address
these in a targeted manner than dealing with the effects of this
brute‐force hook. In the long run, a good sandbox is going to be
the solution for reliable build reproducibility on the platform.
2025-09-19 18:34:06 +01:00
Sean Gilligan
129b555851 temurin-bin: Updates to 8, 11, 17, 21, 24
Running ./generate-sources.py updates 5 versions

8.0.452 --> 8.0.462
11.0.27 -> 11.0.28
17.0.15 -> 17.0.16
21.0.7 -> 21.0.8
24.0.1 -> 24.0.2

(rebased to staging)
2025-09-19 08:42:43 -07:00
Sean Gilligan
e8c4475cb4 temurin-bin: fix typo in generate-sources.py 2025-09-19 08:26:10 -07:00
Maciej Krüger
3c7139aadf fluffychat: 2.0.0 -> 2.1.1 (#444085) 2025-09-19 12:24:12 +00:00
qzylinra
9a6d3d4db4 flutter: 3.35.3 -> 3.35.4 2025-09-19 06:31:37 +00:00
K900
be0b9e1bff Merge remote-tracking branch 'origin/staging-next' into staging 2025-09-19 07:49:55 +03:00
R. Ryantm
32990702fa graalvmPackages.truffleruby: 24.2.2 -> 25.0.0 2025-09-18 21:46:10 +00:00
Sean Gilligan
96fc08be0c graalvm-ce: 24.0.2 → 25.0.0
Update to 25.0.0 LTS using `graalvm/community-edition/update.sh`
2025-09-18 12:14:37 -07:00
Sean Gilligan
94b261c3fb graalvm-ce-musl: only test --static on x86_64-linux
--libc=musl --static is not support by GraalVM native-image on aarch64
so add conditional to only test this option on x86_64
2025-09-18 12:10:28 -07:00
Chris Moultrie
64a41620a8 dart.sqlcipher_flutter_libs: add 4_9_0 and 4_10_0 2025-09-18 14:36:00 -04:00
Wolfgang Walther
54cb719211 haskell.compiler.ghc963: drop (#440410) 2025-09-18 18:15:00 +00:00
Wolfgang Walther
a8e20b128a haskell.compiler.ghc963: drop
Latest 9.6.x minor release is 9.6.7, which is also in Stackage 22.44.

Thus, dropping according to the GHC Deprecation Policy.

This requires to change the bootstrap for GHC 9.8.x and GHC 9.10.x on
some platforms.
2025-09-18 20:09:57 +02:00
sternenseemann
c32d3a431f Merge commit 3b2b417c9d into haskell-updates 2025-09-18 18:49:34 +02:00
nixpkgs-ci[bot]
97577361ff Merge staging-next into staging 2025-09-18 05:48:07 +00:00