25002 Commits

Author SHA1 Message Date
Marek Fajkus
e8519f24d6 elmPackages.elm-verify-examples: fix build with 0.19.2 (#563599) 2026-09-17 09:18:02 +00:00
Marek Fajkus
eee3c9e4d7 elmPackages.elm-verify-examples: fix build with 0.19.2
use more recent upstream commit that implements support for elm 0.19.2
2026-09-17 10:59:03 +02:00
Marek Fajkus
5518f0fd64 elmPackages.elm-analyse: drop package (#563810) 2026-09-17 06:49:32 +00:00
Marek Fajkus
d4e27aed76 elmPackages.elm-analyse: drop package 2026-09-17 08:42:58 +02:00
David McFarland
53430cc512 dotnet: september 2026 releases (#561926) 2026-09-16 23:34:03 +00:00
Peder Bergebakken Sundt
3d303324cd gambit-unstable: unstable-2023-12-04->4.9.8-unstable-2026-08-15 (#553149) 2026-09-16 19:07:23 +00:00
Tristan Ross
0fc63129a6 llvmPackages_23.lldb: update gnu-install-dirs.patch to fix build (#560655) 2026-09-16 16:14:50 +00:00
phanirithvij
2437bf22e8 elmPackages.elm-test-rs: enable checks using dwayne/elm2nix
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2026-09-16 01:05:08 +05:30
coolcuber
97970e5e04 gambit-unstable: unstable-2023-12-04 -> 4.9.8-unstable-2026-08-15 2026-09-15 14:06:12 -04:00
dish
39c64ab63e go_1_25,buildGo125Module: drop (#563177) 2026-09-15 16:28:41 +00:00
R. Ryantm
83b08b585e flutter: 3.47.0 -> 3.47.4 2026-09-15 09:46:35 +00:00
David McFarland
ee4d12a81b dotnet-sdk_{8..11}: enable __structuredAttrs 2026-09-14 21:41:42 -03:00
David McFarland
7f0f8c4f5d dotnet-sdk_{8..11}: enable strictDeps 2026-09-14 16:15:58 -03:00
David McFarland
688ba8d4d6 dotnetCorePackages.sdk_11_0: 11.0.100-preview.7.26381.103 -> 11.0.100-rc.1.26425.128 2026-09-14 14:50:01 -03:00
David McFarland
dbba2449c8 dotnetCorePackages.sdk_10_0: 10.0.400 -> 10.0.401 2026-09-14 14:50:01 -03:00
David McFarland
fb230d1646 dotnetCorePackages.sdk_9_0: 9.0.317 -> 9.0.318 2026-09-14 14:50:01 -03:00
David McFarland
c2252bbb23 dotnetCorePackages.sdk_8_0: 8.0.424 -> 8.0.425 2026-09-14 14:50:00 -03:00
David McFarland
99c45626c1 chickenPackages_6: init at 6.0.0 (#552047) 2026-09-14 14:27:26 +00:00
whispers
0cb6cf9340 go_1_25,buildGo125Module: drop
go 1.25 is end-of-life, and has no more consumers in-tree.
2026-09-14 07:32:09 -04:00
Peder Bergebakken Sundt
bb9c19e95a kotlin: 2.4.10 -> 2.4.20 (#560918) 2026-09-13 17:14:35 +00:00
whispers
2a0c7bd88d llvmPackages_23.lldb: update gnu-install-dirs.patch to fix build
ba34cbad41
moved the location of the handling for _lldb.so in the python bindings,
which we delete in gnu-install-dirs.patch. to allow the patch to apply
to lldb 23, we make the patch version dependent and move the deletion to
the new location in the source for the llvm 23 version.
2026-09-13 10:36:34 -04:00
Christopher Harrison
687bbd1902 chickenPackages_6.chickenEggs: fix and mark the Darwin failures
Building both egg sets on aarch64-darwin for the first time turns up four
CHICKEN 6 failures, three of them cases where a Darwin bundle has to resolve
every symbol at link time while a Linux shared object may leave them to the
loader.

bvconv binds to iconv, which is part of glibc but a library of its own on
Darwin.

constructive-solid-geometry names every OpenCASCADE library it uses except
TKBO, which defines the BRepAlgoAPI_* boolean operations it calls.  On Linux
that library arrives anyway, as a transitive dependency of TKBool, so the egg
both links and loads; the link option is added unconditionally, as the
dependency is real on either platform.

nutils calls mempcpy, a GNU extension that Darwin's libc does not provide, so
it is marked broken there, as is tkgui, which depends on it.

The three CHICKEN 5 eggs that fail on aarch64-darwin -- fusion-arrays,
hypergiant and libyaml -- fail identically at the base of this branch and are
left alone.

Also records why neither release runs its test suite on Darwin, which was
until now an unexplained condition inherited from the CHICKEN 5 expression:
CHICKEN 5's runtests.sh drives the compiler through /usr/bin/env, which the
sandbox denies, and CHICKEN 6's csc tests run binaries whose install name
install_name_tool has already rewritten to a $out that does not exist until
the install phase.

Assisted-by: Claude Code (claude-opus-5[1m])
2026-09-10 19:20:46 +01:00
Christopher Harrison
bafe228a5b chickenPackages_6.chickenEggs: update
Regenerated with update.sh.  Upstream has ported 61 more eggs to CHICKEN 6
since the set was first written, taking it from 216 to 277, and released new
versions of 19 of the ones already in it.  Nothing was dropped.

srfi-4 rejoins the dependencies that are stripped because they are part of
the compiler: it is core in CHICKEN 6, like r7rs, and npdiff is the first
egg in the set to declare a dependency on it.

Two of the three eggs marked broken now build.  transducers is unchanged at
0.10.0, but srfi-253, the only dependency of it to have moved, went from
0.2.0 to 0.3.1, and its module now resolves; generalized-arrays follows, as
it only failed because it depends on transducers.

feathers stays broken, but for a corrected reason: its tarball does have
sources.  The egg is implemented in Tcl and its .egg declares no source for
the program it builds, so chicken-install falls back to a feathers.scm that
is not there, which only fails because the egg is built and installed by two
separate chicken-install runs.  Diagnosed by @DerGuteMoritz in review, who
reports that upstream intends to deprecate the egg, so it is left alone.

Of the newly ported eggs, only ezxdisp needs an override, for the X11
headers it binds to.  Unlike the CHICKEN 5 egg, this version builds without
any extra compiler flags.

276 of the 277 eggs build.

Assisted-by: Claude Code (claude-opus-5[1m])
2026-09-10 19:20:46 +01:00
Christopher Harrison
48dbd6c931 chickenPackages.eggDerivation: drop the egg repository from the wrapper PATH
CHICKEN_REPOSITORY_PATH is a search path of egg repository directories, which
hold compiled modules and .egg-info files, not executables, so prefixing PATH
with it never made a program findable.  It also bakes the build time
repository search path, i.e. the egg's own build inputs, into the wrapper of
every installed program.

Reported by @DerGuteMoritz in review, who verified it with the csm egg; csm
still runs with the prefix removed, on both CHICKEN 5 and 6.

Assisted-by: Claude Code (claude-opus-5[1m])
2026-09-10 19:20:46 +01:00
Christopher Harrison
2311b62b34 chickenPackages: build CHICKEN 5 and 6 from shared expressions
The CHICKEN 6 set was added as a copy of the CHICKEN 5 one, following the
existing 4-vs-5 split, but the two releases only really differ in the
compiler's version, its egg binary version, and the egg channel their eggs
come from.  Everything else -- the compiler derivation, the egg builder, the
scope that ties them together, the egg metadata reader and the script that
generates the egg set -- now lives in common/, and each release directory
keeps only what is genuinely per release: deps.toml, overrides.nix, and the
arguments in default.nix.

CHICKEN 4 is left alone.  It predates deps.toml and update.sh, it patches and
regenerates the compiler's own sources, and it is no longer supported
upstream, so it has little to share.

Aligning the two expressions changes the CHICKEN 5 compiler derivation:

  - The bootstrap stage is gone.  Building a throwaway compiler and rebuilding
    with it is a leftover of the CHICKEN 4 expression, which patches Scheme
    sources and therefore needs a working CHICKEN to regenerate the C files.
    CHICKEN 5 needs no patch and its tarball ships the generated C files.

  - checkTarget is set, so the test suite now actually runs.  The generic
    check phase probes for a target with a bare `make`, which fails here
    because PLATFORM is only given in makeFlags, so the suite was silently
    skipped.  It passes: 76 sections, in 12 minutes, with the two tests the
    expression disables in postPatch still disabled.

  - dontConfigure is set.  CHICKEN 5 has no configure script at all, so this
    is a no-op for it; it is CHICKEN 6, whose hand-written configure rejects
    the options stdenv passes, that needs it.

  - The setup hook is generated from the binary version with replaceVars,
    rather than kept as one copy per release.

The egg builder gains the CHICKEN 6 egg cache export, which is harmless for
CHICKEN 5, and loses an unused binding.  As @DerGuteMoritz notes in review,
the export only needs doing once: the install phase runs in the same shell as
the build phase.

Every CHICKEN 5 egg therefore rebuilds, with no expected change to what they
contain.

Sharing the expression also shares its meta, so Xophmeister, who added the
CHICKEN 6 set, is now listed as a maintainer of CHICKEN 5 as well.

Assisted-by: Claude Code (claude-opus-5[1m])
2026-09-10 19:20:46 +01:00
Christopher Harrison
8f5a8a4ec4 chickenPackages_6.chickenEggs: add overrides
Derived from building the whole set: 213 of the 216 eggs now build, and the
three that do not are marked broken with a reason.

Only 10 of the 96 entries in the CHICKEN 5 overrides file are needed, as most
of the eggs they refer to have not been ported to CHICKEN 6 yet, and one of
them needs a different fix: svn-client's build script no longer hardcodes
/usr/include/subversion-1, so it just needs pkg-config and the libraries,
rather than the substitution the CHICKEN 5 override performs.

The helpers are carried over unchanged, minus the ones nothing uses yet, so
the two files stay recognisably the same.

Assisted-by: Claude Code (claude-opus-5[1m])
2026-09-10 19:20:46 +01:00
Christopher Harrison
b7f39ceab0 chickenPackages_6.chickenEggs: init
Generated from upstream's eggs-6-latest tree with update.sh, the same way
as the CHICKEN 5 set; 216 eggs have been ported to CHICKEN 6 so far,
against 621 for CHICKEN 5.

r7rs is no longer an egg in CHICKEN 6, so it joins the dependencies that
are stripped because they are part of the compiler.

The license translation table gains "bsd-2", which four eggs in the
CHICKEN 6 channel use as a spelling of BSD-2-Clause. Only the abbrev egg
is left with a license Nixpkgs has no attribute for, the Open Works
License, which stays a plain string.

Assisted-by: Claude Code (claude-opus-5[1m])
2026-09-10 19:20:45 +01:00
Christopher Harrison
959b52c0c7 chickenPackages_6.eggDerivation: init
Same builder as the CHICKEN 5 one: chicken-install can build and install
an egg offline from an unpacked tarball, and the workaround for
https://bugs.call-cc.org/ticket/1855 is still needed, as 6.0.0 installs
eggs whose .egg carries no version property without one.

Unlike CHICKEN 5, chicken-install now takes a lock in its egg cache even
when building an egg from the current directory, so the cache has to be
pointed at a writable location for the build to work in the sandbox.

overrides.nix is empty for now; entries follow once the whole egg set has
been built.

Assisted-by: Claude Code (claude-opus-5[1m])
2026-09-10 19:20:45 +01:00
Christopher Harrison
f79c8220ad chickenPackages_6.chicken: init at 6.0.0
CHICKEN 6.0.0 is the first major release since 5.x.  It bumps the egg
binary version from 11 to 12, so it gets its own package set rather than
replacing chickenPackages_5; the unversioned attributes still point at
CHICKEN 5.

Compared to the 5 expression:

- 6.0.0 needs no patches, so the two-stage bootstrap (building a
  throwaway compiler just to regenerate the C sources) is gone and the
  setup hook is unconditional.

- The tarball now ships a configure script, but it is hand-written rather
  than generated by autoconf: it only writes make variables into
  config.make and rejects options it does not know, including the ones
  stdenv would pass.  Since command line variables take precedence over
  config.make, keep passing them to make and skip configure.

- checkTarget is set explicitly.  The generic check phase probes for a
  target with a bare `make check`, which fails because PLATFORM is only
  given in makeFlags, so the test suite would silently not run.  With it
  set, the whole suite passes, so the test disables carried by the 5
  expression are not needed here.

Assisted-by: Claude Code (claude-opus-5[1m])
2026-09-10 19:20:45 +01:00
nixpkgs-ci[bot]
c68533c228 Merge master into staging-next 2026-09-09 18:11:18 +00:00
David McFarland
87f9da058b gcc: use DWARF exception handling for i686-w64-mingw32 (#367564) 2026-09-09 12:43:39 +00:00
Michael Daniels
3b6689cb66 treewide: remove optional cond [...] (#560097) 2026-09-08 23:49:27 +00:00
Ihar Hrachyshka
a6479a6e32 treewide: remove optional cond [ ... ]
This pattern is error prone, especially with __structuredAttrs, where
nested lists can leave important attributes such as `patches` null.

The treewide rewrite was produced with ast-grep, followed by `nix fmt`
and manual fixes for two `sema-undefined-variable` violations.

Future occurrences will be rejected by nixpkgs-vet once this change is
merged:

https://github.com/NixOS/nixpkgs-vet/pull/301
2026-09-07 20:41:05 -04:00
R. Ryantm
15fc454a90 kotlin: 2.4.10 -> 2.4.20 2026-09-07 14:27:48 +00:00
nixpkgs-ci[bot]
d364e53943 Merge master into staging-next 2026-09-07 12:13:50 +00:00
Ben Siraphob
e49e4267c2 scala: 3.3.8 -> 3.9.0 (#560682) 2026-09-07 11:09:19 +00:00
nixpkgs-ci[bot]
11d7792675 Merge master into staging-next 2026-09-07 06:19:53 +00:00
Vladimír Čunát
df0e8227c4 llvmPackages.mlir: fix patch list; version tablegen patch (#560071) 2026-09-07 04:41:56 +00:00
Masum Reza
337338ae89 buildCrystalPackage: Set CRYSTAL_WORKERS to NIX_BUILD_CORES (#560752) 2026-09-07 04:31:20 +00:00
Archit Gupta
4ffea8eb91 buildCrystalPackage: set CRYSTAL_WORKERS to NIX_BUILD_CORES
Crystal runs CPU detection to figure out worker count if not explicitly
set. This detection code has a bug and errors on machines with >= 128
CPUs, since it uses an 8 bit integer for counting CPUs. Large CPU counts
do work if the CPU detection code is skipped. This sets CRYSTAL_WORKERS
to NIX_BUILD_CORES to avoid the CPU detection code.

Assisted-by: Codex (GPT-5.6 Sol)
2026-09-06 19:38:27 -07:00
Tristan Ross
d417fb566e flutter: remove aapt when unavailable (#558879) 2026-09-07 02:36:01 +00:00
Ihar Hrachyshka
3a76fb80bb llvmPackages.mlir: version tablegen patch
The patch failed to apply on 18 and 19. We have to version it.

LLVM 18 has no MLIR_SRC_SHARDER_TABLEGEN_EXE. LLVM 19 and 20 fail to
apply the 21+ patch due to mechanical hunk failures, but otherwise use
an identical patch to 21+.
2026-09-06 21:44:24 -04:00
Ihar Hrachyshka
2fafb4e419 llvmPackages.mlir: fix patch list
Commit fd7ab9664f enabled structured attrs, rendering `patches` empty
because of a now invalid nested list in `patches`.
2026-09-06 21:44:00 -04:00
js6pak
7bebe3e42a gcc: use DWARF exception handling for i686-w64-mingw32
This is the default used by MSYS2[^1], ArchLinux[^2] and probably everyone else.
This is required to compile Rust programs as it doesn't support SJLJ[^3].

[^1]: 725f262e9f/mingw-w64-gcc/PKGBUILD (L185-L186)
[^2]: https://gitlab.archlinux.org/archlinux/packaging/packages/mingw-w64-gcc/-/blob/14.2.0-3/PKGBUILD#L62
[^3]: https://github.com/rust-lang/rust/pull/55444#issuecomment-434044002
2026-09-06 13:56:57 +02:00
Ramses
62005e5782 rust: 1.98.0 -> 1.98.1 (#559532) 2026-09-05 19:49:56 +00:00
Ben Siraphob
9d28cb9cc5 scala: 3.3.8 -> 3.9.0 2026-09-04 20:46:12 -07:00
Ihar Hrachyshka
be4c0c1cc0 llvmPackages.lldb-manpages: remove redundant attributes
Defaults and inherited values are identical.
2026-09-04 20:49:26 -04:00
Ihar Hrachyshka
d8bfc5b26c llvmPackages.lldb-manpages: run install hooks 2026-09-04 20:49:26 -04:00
Ihar Hrachyshka
2140d5b3a9 llvmPackages.lldb: fix C++ test compiler flag 2026-09-04 20:49:25 -04:00
Ihar Hrachyshka
a3ea85e910 llvmPackages_18.lldb: fix patch list
The nested list caused all patches to be skipped after fd4541decc
("llvmPackages.lldb: enable structuredAttrs").
2026-09-04 20:49:24 -04:00