Commit Graph

24752 Commits

Author SHA1 Message Date
Nick Cao
7a63b1cc0f julia_111: 1.11.7 -> 1.11.8 2026-01-13 16:42:05 -05:00
John Ericson
beb0e1eeed gcc: fix cygwin build (#476299) 2026-01-13 21:38:07 +00:00
Alexandre Esteves
46e08b5776 haskellPackages: apply some recent cross fixes only on ghc 9.10+ 2026-01-13 21:34:59 +00:00
Ben Siraphob
c7e10647ea treewide: fix typos 2026-01-13 14:45:11 -05:00
nixpkgs-ci[bot]
95416609f8 Merge master into staging-next 2026-01-13 18:07:18 +00:00
David McFarland
cde2dbab81 gcc: fix cygwin build 2026-01-13 13:16:01 -04:00
jys1670
cfd5a5e7e8 jetbrains.jdk: fix fallback to default X11 cursor 2026-01-13 20:01:17 +03:00
Sandro
8400d88544 dart: add flutter team to meta.teams (#477689) 2026-01-13 14:38:57 +00:00
nixpkgs-ci[bot]
06d5b63284 Merge 9647a2baa3 into haskell-updates 2026-01-13 00:20:51 +00:00
nixpkgs-ci[bot]
13d23c9830 Merge master into staging-next 2026-01-13 00:15:58 +00:00
R. Ryantm
42f2e0330f emscripten: 4.0.22 -> 4.0.23 2026-01-12 23:11:50 +00:00
RatCornu
30afeefe01 dart.fvp: revert 4b4bc20c3a 2026-01-13 00:05:28 +01:00
Tristan Ross
9b1d6cb074 llvmPackages_git: 22.0.0-unstable-2026-01-04 -> 22.0.0-unstable-2026-01-11 2026-01-11 21:10:49 -08:00
nixpkgs-ci[bot]
8dd504e14e Merge 769af1cc90 into haskell-updates 2026-01-12 00:24:45 +00:00
Wolfgang Walther
0cc1b420d0 haskell.compiler: use structured attrs for hadrianFlags (#475546) 2026-01-11 21:13:54 +00:00
sternenseemann
9e1e793038 haskell.compiler: use structured attrs for hadrianFlags 2026-01-11 22:04:08 +01:00
Wolfgang Walther
ac40116703 haskellPackages: unconditionally apply GHC patches waiting on upstream developments (#455401) 2026-01-11 20:35:24 +00:00
K900
f54c9f15f8 Merge remote-tracking branch 'origin/staging-next' into staging 2026-01-11 21:58:16 +03:00
Vladimír Čunát
7102b81df0 llvmPackages.libllvm: disable getMacOSHostVersion on LLVM < 21 (#478778) 2026-01-11 17:51:20 +00:00
Robert Schütz
1a04744f74 treewide: remove superfluous disabled
There is no need to disable Python packages for Python versions that are
no longer in Nixpkgs.
This change was generated using the following script:

    pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$'
    for f in $(find -name '*.nix'); do
        grep -q "$pattern" "$f" || continue
        sed -i "/$pattern/d" "$f"
        if [ $(grep -c pythonOlder "$f") == 1 ]; then
            sed -i '/^\s*pythonOlder,\s*$/d' "$f"
        fi
        nixfmt "$f"
    done
2026-01-11 09:34:20 -08:00
nixpkgs-ci[bot]
34e4d92ca3 Merge aef8bcdfb3 into haskell-updates 2026-01-11 00:26:03 +00:00
nixpkgs-ci[bot]
fdce03f388 Merge staging-next into staging 2026-01-11 00:21:29 +00:00
Sandro
2c07fa9b69 factor-lang: 0.100 -> 0.101 (#469560) 2026-01-10 22:51:24 +00:00
Alexandre Esteves
43cc9f578a haskellPackages: unconditionally apply GHC patches waiting on upstream developments 2026-01-10 22:32:01 +00:00
Sandro
f726cfaa10 graalvm-ce: Do not move the JDK release file to share/ (#468293) 2026-01-10 21:12:04 +00:00
Wolfgang Walther
aa7f574386 maintainers: drop manveru
Did not react to maintainer pings since 2024. Dropping according to
maintainer guidelines.
2026-01-10 22:12:03 +01:00
Emily
0ecdff6a06 llvmPackages.libllvm: clean up rebuild avoidance 2026-01-10 18:55:55 +00:00
Emily
e44c4915d8 llvmPackages.libllvm: disable getMacOSHostVersion on LLVM < 21
This is breaking Hydra builds. The old comment about the CoreFoundation
framework is no longer relevant now that we always use the system
frameworks.
2026-01-10 18:34:18 +00:00
Emily
1865ae4be0 llvmPackages.libllvm: deduplicate Darwin patches 2026-01-10 18:32:40 +00:00
Vladimír Čunát
3b4a003049 gcc: reconfigure build system (#469356) 2026-01-10 12:35:08 +00:00
Wolfgang Walther
0ee04e6108 cargo: fix for structuredAttrs (#478052) 2026-01-10 12:01:00 +00:00
Wolfgang Walther
f57fd108e9 haskell.compiler: Apply patches to fix PPC64 ELFv2 support (#462247) 2026-01-10 10:45:37 +00:00
qzylinra
58b792de89 flutter338: 3.38.5 -> 3.38.6 2026-01-10 18:42:58 +08:00
nixpkgs-ci[bot]
ede677e1e7 Merge aaae520562 into haskell-updates 2026-01-10 00:23:19 +00:00
nixpkgs-ci[bot]
ee52662516 Merge staging-next into staging 2026-01-10 00:19:00 +00:00
Jared Baur
1dfa285940 zig: use setupHook attribute on zig derivation
By moving the zig setup hook to the zig derivation itself, we allow for
zig to splice correctly with `callPackage`, meaning that the correct zig
can be pulled in during builds when zig is in `nativeBuildInputs` (for
example).

This change retains the `zig.hook` attribute for backward compatibility
by just pointing to the zig derivation. This also removes
`zig_default_flags`, since now the setup hook is not a derivation that
can be overridden. Overriding the build flags can now be done by setting
`dontSetZigDefaultFlags = true`.
2026-01-09 14:07:46 -08:00
Wolfgang Walther
6e044dd985 treewide: prepare Rust packages for structuredAttrs by putting variables in env (#478053) 2026-01-09 21:15:29 +00:00
Wolfgang Walther
5635b032a7 haskell.compiler.ghc966DebianBinary: fix evaling pname (#478128) 2026-01-09 21:08:28 +00:00
jopejoe1
638a2be773 haskell.compiler.ghc966DebianBinary: fix evaling pname
pname needs to always be evaluable so that our package index can be correctly generatedw
2026-01-09 15:39:05 +01:00
Michael Raitza
a6cddcfe93 factor-lang: 0.100 -> 0.101
Fixes issues with the help browser by copying vocabulary roots instead
of symlinking them.  Although, I am convinced that this is an issue that
should be fixed upstream, eventually.

Fixes #469242
Fixes #474869
2026-01-09 13:20:10 +01:00
OPNA2608
a6e07f0795 haskell.compiler.ghc966DebianBinary: Fix download
Add snapshot.debian.org as fallback url.
2026-01-09 12:57:04 +01:00
nixpkgs-ci[bot]
1018fca0f0 Merge d3aeddb6b4 into haskell-updates 2026-01-09 00:23:16 +00:00
Sergei Volkov
9436c4fdc0 julia_112-bin: 1.12.3 -> 1.12.4 2026-01-08 17:49:47 +01:00
R. Ryantm
a57d1a8367 llvmPackages.lldbPlugins.llef: 2.2.1 -> 2.2.2 2026-01-08 14:13:52 +00:00
Stefan Frijters
1bda88de97 rustfmt: fix for structuredAttrs 2026-01-08 13:02:19 +01:00
Stefan Frijters
2789aa7f5f clippy: fix for structuredAttrs 2026-01-08 13:02:19 +01:00
Stefan Frijters
2a8f3d8f7a cargo: fix for structuredAttrs 2026-01-08 13:01:33 +01:00
Vladimír Čunát
57d9ca5d49 Merge branch 'master' into staging 2026-01-08 12:47:15 +01:00
Vladimír Čunát
6ea24aa5c3 gcc14: fixup build on aarch64-darwin
https://hydra.nixos.org/build/317993814
Same for gfortran14 and perhaps other derivatives.
This is a partial revert of 385a5e2917 from PR #461497
(with added comment to explain)
2026-01-08 07:57:17 +01:00
Philip Taron
02b487ad6a shaderc: move to by-name, unvendor glslang, 2025.3 -> 2025.5 (#477464) 2026-01-08 01:02:13 +00:00