Commit Graph

24752 Commits

Author SHA1 Message Date
Weijia Wang
9be70d9ad1 llvmPackages.llvm: drop a test on loongarch64 2025-07-19 18:09:20 +02:00
poz
909bb8de09 flutter: add meta.mainProgram 2025-07-19 14:20:53 +02:00
Wolfgang Walther
a6910dc450 flutterPackages.beta: fix eval
This attribute shouldn't be available when no beta versions are
packaged, otherwise it fails eval in CI.
2025-07-19 13:07:29 +02:00
nixpkgs-ci[bot]
7873608739 Merge cda03d762a into haskell-updates 2025-07-19 00:22:11 +00:00
nixpkgs-ci[bot]
aec7c6acc3 Merge master into staging-next 2025-07-18 18:05:21 +00:00
Wolfgang Walther
78790dabd9 nixfmt[-rfc-style]: unstable -> 1.0.0 (#425068) 2025-07-18 17:40:43 +00:00
Will Cohen
ecd58b7965 emscripten: 4.0.10 -> 4.0.11 2025-07-18 13:24:45 -04:00
David McFarland
a251ec0679 dotnetCorePackages.dotnet_{8..10}.vmr: expose fetch derivation in passthru.fetch-drv 2025-07-18 09:52:06 -03:00
David McFarland
c6b47b3748 dotnetCorePackages.sdk_9_0-bin: 9.0.302 -> 9.0.303 2025-07-18 12:13:32 +00:00
David McFarland
afe53a323f dotnetCorePackages.sdk_10_0-bin: 10.0.100-preview.5.25277.114 -> 10.0.100-preview.6.25358.103 2025-07-18 12:13:30 +00:00
R. Ryantm
8c2dc66a41 graalvmPackages.graalvm-ce: 24.0.1 -> 24.0.2 2025-07-18 07:02:49 +00:00
Tristan Ross
a041bf2656 llvmPackages_{21: init from 21.1.0-rc1,git: 21.0.0-unstable-2025-07-12 -> 22.0.0-unstable-2025-07-17} 2025-07-17 14:41:42 -07:00
sternenseemann
98d795a272 haskell.compiler: (make built) add libnuma paths to pkg db
We support using GHC outside of stdenv and even inside stdenv the setup
hooks and propagation sometimes fail us. E.g. in pkgsStatic, the
build->build linker won't properly find the (dynamic) libnuma nativeGhc
needs, presumably because the stdenv shell code can't distinguish
between build and host by platform config strings in this case.

In both use cases we need to have GHC correctly set the -L flags which
can be achieved by setting include-dirs and library-dirs in the package
db entry for rts. Curiously, only hadrian does this, so we need to add
an appropriate patch for the make built GHCs.
2025-07-17 22:01:22 +02:00
sternenseemann
a9be46bf73 haskell.compiler: (make-native-bignum) sort cond patches by version 2025-07-17 21:33:35 +02:00
R. Ryantm
c841163aaa jdk24: 24.0.1+9 -> 24.0.2+12 2025-07-17 18:16:38 +00:00
sternenseemann
e02269897a haskell.compiler: (make-native-bignum) group unconditional patches
The patches for avoiding clang -S in C compilation are a bit of an edge
case: They shouldn't be conditional, but are currently.
2025-07-17 18:39:56 +02:00
nixpkgs-ci[bot]
32e5230d01 Merge 6c6254bd01 into haskell-updates 2025-07-17 00:24:03 +00:00
nixpkgs-ci[bot]
e6703974d7 Merge master into staging-next 2025-07-16 18:05:54 +00:00
Sergei Trofimovich
6a74f3839d gccNGPackages_15.gcc: drop unused libelf dependency
This mirrors the https://github.com/NixOS/nixpkgs/pull/187234 change
where `libelf` was removed from `gcc` packages. `libelf` is not used
by `gcc` since `4.6.0` version.
2025-07-16 18:25:36 +01:00
Guillaume Girol
0bfaccdde3 jetbrains-jdk: fix with structured attrs
the fontconfig addition solves the following runtime error:
Exception in thread "main" java.lang.RuntimeException: Fontconfig head is null, check your fonts or fonts configuration

which surfaced during review. How is it caused by the switch to
__structiredAttrs ? Good question.
2025-07-16 12:00:00 +00:00
nixpkgs-ci[bot]
13b34c40fc Merge master into staging-next 2025-07-16 06:06:18 +00:00
nixpkgs-ci[bot]
f10aa089db Merge d7c8095791 into haskell-updates 2025-07-16 00:23:09 +00:00
R. Ryantm
df1b336183 graalvmPackages.graalpy: 24.2.1 -> 24.2.2 2025-07-15 21:35:04 +00:00
Silvan Mosberger
b68cc636d3 treewide: Remove nixfmt-rfc-style from update script shebangs
Based on the Nixpkgs used and the version of nixfmt-rfc-style in that
version, it's likely that not the correct version is used.

Update scripts should instead run within a Nixpkgs development shell
(`nix-shell`/`nix develop`/`direnv`), where the correct version of
`nixfmt` (although `treefmt` should be preferred) is always available.
2025-07-15 23:27:22 +02:00
K900
3586f415ff jdk8: disable structuredAttrs
I don't know why this helps. I don't WANT to know why this helps.
This is a horrible hack.
2025-07-15 23:20:45 +03:00
nixpkgs-ci[bot]
0fc55632fa Merge master into staging-next 2025-07-15 12:07:43 +00:00
Alyssa Ross
62a8751672 rust: drop Firefox and Thunderbird from checklist
This hasn't been done for the last few releases, there haven't
been any problems, and documentation should match reality.  Last time
Thunderbird broke there was a patch for it that could be backported.
2025-07-15 12:05:26 +02:00
sternenseemann
5cfa2b2b27 Merge commit cb8ff21c into haskell-updates 2025-07-15 11:18:10 +02:00
sternenseemann
59ea7fd277 haskell.compiler.*: enable NUMA in rts if supported
Linking against libnuma gives users extra RTS options:
https://downloads.haskell.org/ghc/latest/docs/users_guide/runtime_control.html#rts-flag-numa

Funnily enough, we've already been supporting this for bindists because
it was enabled for some of them.

Resolves #414559.
2025-07-15 11:16:56 +02:00
nixpkgs-ci[bot]
115e03be06 Merge staging-next into staging 2025-07-14 11:39:18 +00:00
Tristan Ross
80efaa12b8 llvmPackages_git: 21.0.0-unstable-2025-07-06 -> 21.0.0-unstable-2025-07-12 2025-07-14 12:43:36 +02:00
Wolfgang Walther
1d5e1feb7b zulu24: 24.0.0 -> 24.0.1 (#421362) 2025-07-14 07:20:06 +00:00
nixpkgs-ci[bot]
e57203513a Merge staging-next into staging 2025-07-14 06:07:38 +00:00
John Ericson
d6d5e9a7c6 gccNGPackages_15: fix gfortran & libstdcxx (#424411) 2025-07-14 00:05:54 -04:00
John Ericson
f50bcb34e5 gccNGPackages: Rework threading model patch based on feedback on IRC (#424918) 2025-07-13 23:13:25 -04:00
Alexandre Esteves
d5e837bd1d haskellPackages: fix GHC 9.12 on android (#414317) 2025-07-13 23:52:55 +01:00
Alexandre Esteves
0b0059b747 haskellPackages: fixes for pkgsCross.ucrt64 (#357744) 2025-07-13 23:52:40 +01:00
nixpkgs-ci[bot]
ec4764af9d Merge staging-next into staging 2025-07-13 18:06:10 +00:00
Vladimír Čunát
b47d4f01d4 staging-next 2025-07-04 (#422427) 2025-07-13 19:33:14 +02:00
John Ericson
1840d4dbf0 gccNGPackages: Rework threading model patch based on feedback on IRC
Also clean up some comments, and avoid unnecessarily patching GCC
itself.
2025-07-13 12:51:54 -04:00
Tristan Ross
70d302a673 dart: 3.8.0 -> 3.8.1 (#423024) 2025-07-13 06:57:56 -07:00
nixpkgs-ci[bot]
a2fd33c256 Merge 9805973355 into haskell-updates 2025-07-13 00:25:19 +00:00
nixpkgs-ci[bot]
062c21a00a Merge staging-next into staging 2025-07-12 18:05:52 +00:00
nixpkgs-ci[bot]
8287b2917e Merge master into staging-next 2025-07-12 18:05:06 +00:00
Tristan Ross
290bbab132 flutter332: 3.32.5 -> 3.32.6 (#423865) 2025-07-12 07:24:23 -07:00
nixpkgs-ci[bot]
e9d89ecb97 Merge staging-next into staging 2025-07-12 12:07:05 +00:00
nixpkgs-ci[bot]
21e18ff955 Merge master into staging-next 2025-07-12 12:06:05 +00:00
Wolfgang Walther
0a21e26af5 jdk11: 11.0.26+4 -> 11.0.27+6 (#404095) 2025-07-12 09:13:37 +00:00
nixpkgs-ci[bot]
756bb660b8 Merge staging-next into staging 2025-07-12 06:07:00 +00:00
nixpkgs-ci[bot]
fa6079c265 Merge master into staging-next 2025-07-12 06:05:56 +00:00