Commit Graph
886222 Commits
Author SHA1 Message Date
Wolfgang Walther f2640ee208 top-level: return __splicedPackages 2025-10-31 20:34:05 +01:00
ArtturinandWolfgang Walther 1f74d7a2bd treewide: remove = __splicedPackages
Now that `pkgs` is `__splicedPackages` on cross we can remove these
variables I set.

Assignments like `patchutils = pkgs.patchutils_0_3_3;` in
`all-packages.nix` cannot be removed because the `pkgs`
in `patchutils = pkgs.patchutils_0_3_3;` in `all-packages.nix` is coming from
this `pkgs:` https://www.github.com/NixOS/nixpkgs/blob/b6e486730fc875ec79a3dea0f1f46eaf9f6ffa9d/pkgs/top-level/all-packages.nix#L9
instead of the `pkgs` in `with pkgs;`
2025-10-28 21:54:15 +01:00
ArtturinandWolfgang Walther 2494e3664f splice.nix: make pkgs splicedPackages when required
This will make `pkgs` used in `callPackage`, and `pkgsCross.X.pkgs` have
packages with `__spliced`.

https://www.github.com/NixOS/nixpkgs/blob/3029741718f4c765fbc5ebf76bea3d6c8ff15fe5/pkgs/development/interpreters/python/passthrufun.nix#L37

https://www.github.com/NixOS/nixpkgs/blob/d2bd9a39dec88eddd5c192abee69939e67f43d12/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
Wolfgang Walther 1d4ca026bc uclibc: bring back alias
This was removed recently when cleaning up aliases, but it breaks
`pkgsCross.ben_nanonote`.
2025-10-28 21:54:05 +01:00
Wolfgang Walther 4949737a38 systems/examples: remove x86_64-unknown-redox
relibc itself has been removed in 2024 already.
2025-10-28 21:54:04 +01:00
Wolfgang Walther 568495bec2 all-packages.nix: remove unused headers 2025-10-28 21:54:01 +01:00
Nick CaoandGitHub 1cd8fd8a48 python3Packages.semchunk: 3.2.2 -> 3.2.5 (#456537) 2025-10-28 20:47:31 +00:00
Nick CaoandGitHub e5a6995d67 viceroy: 0.14.4 -> 0.15.0 (#456533) 2025-10-28 20:46:50 +00:00
Nick CaoandGitHub 760f319f77 mtail: 3.2.21 -> 3.2.22 (#456330) 2025-10-28 20:45:49 +00:00
Nick CaoandGitHub 44d4eeec88 checkov: 3.2.487 -> 3.2.488 (#456332) 2025-10-28 20:41:40 +00:00
Nick CaoandGitHub e693d228d8 bngblaster: 0.9.25 -> 0.9.26 (#456321) 2025-10-28 20:40:23 +00:00
Nick CaoandGitHub 1bf3400e1b credhub-cli: 2.9.50 -> 2.9.51 (#456318) 2025-10-28 20:39:07 +00:00
Nick CaoandGitHub 08c9af03f0 bento: 1.12.0 -> 1.12.1 (#456386) 2025-10-28 20:38:26 +00:00
Nick CaoandGitHub 3244e109b2 tmuxai: 2.0.0 -> 2.0.1 (#456379) 2025-10-28 20:37:31 +00:00
Nick CaoandGitHub 9768c48ea2 python3Packages.pyoxigraph: 0.5.1 -> 0.5.2 (#456374) 2025-10-28 20:36:33 +00:00
Felix BargfeldtandGitHub c004e41d59 ytdl-sub: 2025.10.16 -> 2025.10.23 (#456540) 2025-10-28 20:36:30 +00:00
Nick CaoandGitHub 3a5735fd34 goreleaser: 2.12.6 -> 2.12.7 (#456373) 2025-10-28 20:36:02 +00:00
Silvan MosbergerandGitHub f59d3cd4ba lib.teams.formatter: Link with GitHub team (#456560) 2025-10-28 20:35:45 +00:00
Nick CaoandGitHub aea3b8bd48 libretro-shaders-slang: 0-unstable-2025-10-20 -> 0-unstable-2025-10-27 (#456372) 2025-10-28 20:35:42 +00:00
Nick CaoandGitHub 65ab3e7a1c python3Packages.aiohomeconnect: 0.22.0 -> 0.23.0 (#456370) 2025-10-28 20:35:33 +00:00
Nick CaoandGitHub 70fc6916f9 ueberzugpp: 2.9.7 -> 2.9.8 (#456354) 2025-10-28 20:33:38 +00:00
Philip TaronandGitHub 198e48e50e juledoc: init at 0.0.0-unstable-2025-09-09 (#456548) 2025-10-28 20:33:32 +00:00
Nick CaoandGitHub a057bc6df0 python3Packages.opentsne: 1.0.3 -> 1.0.4 (#456414) 2025-10-28 20:32:15 +00:00
nixpkgs-merge-bot[bot]andGitHub 64864d0c20 cura-appimage: 5.10.2 -> 5.11.0 (#456522) 2025-10-28 20:31:51 +00:00
Nick CaoandGitHub d828b86c00 qalculate-qt: 5.8.0 -> 5.8.1 (#456403) 2025-10-28 20:31:42 +00:00
Nick CaoandGitHub f9c3010eb4 opengamepadui: 0.42.0 -> 0.42.1 (#456402) 2025-10-28 20:30:48 +00:00
Philip TaronandGitHub 37c0773d0a julefmt: init at 0.0.0-unstable-2025-09-08 (#456545) 2025-10-28 20:30:29 +00:00
Nick CaoandGitHub 11ccda5cf4 python3Packages.trimesh: 4.8.3 -> 4.9.0 (#456395) 2025-10-28 20:29:27 +00:00
Nick CaoandGitHub 06a2aae832 python3Packages.jsonconversion: 1.1.2 -> 1.2.0 (#456393) 2025-10-28 20:28:54 +00:00
Francesco GazzettaandGitHub 65a2300d5e ladybird: 0-unstable-2025-10-16 -> 0-unstable-2025-10-28 (#454611) 2025-10-28 20:28:47 +00:00
Nick CaoandGitHub c3d06e32c5 kube-router: 2.6.1 -> 2.6.2 (#456390) 2025-10-28 20:28:28 +00:00
Nick CaoandGitHub c32436ffbf kurve: 2.1.0 -> 2.2.0 (#456152) 2025-10-28 20:26:41 +00:00
Nick CaoandGitHub d8c0001936 ov: 0.44.0 -> 0.45.1 (#456148) 2025-10-28 20:26:09 +00:00
Philip TaronandGitHub eed696f0f5 diffoscope: 304 -> 306 (#436117) 2025-10-28 20:25:32 +00:00
Nick CaoandGitHub 5d2c5f0d37 lock: 1.8.0 -> 1.8.1 (#456132) 2025-10-28 20:24:59 +00:00
adam 17fd2ebb80 juledoc: init at unstable-2025-09-09 2025-10-28 21:24:16 +01:00
Nick CaoandGitHub 0b79bb0ad3 python3Packages.libipld: 3.1.1 -> 3.2.0 (#456199) 2025-10-28 20:23:25 +00:00
adam 31ccfff959 julefmt: init at unstable-2025-09-08 2025-10-28 21:23:20 +01:00
Nick CaoandGitHub 93c63529e9 vscode-extensions.vscjava.vscode-java-dependency: 0.26.1 -> 0.26.2 (#456194) 2025-10-28 20:22:48 +00:00
Nick CaoandGitHub 6700e6723f fcitx5-bamboo: 1.0.8 -> 1.0.9 (#456193) 2025-10-28 20:22:09 +00:00
Wolfgang WaltherandGitHub 8e540024f9 mmseqs2: avoid pkgsStatic (#456530) 2025-10-28 20:20:52 +00:00
Philip TaronandGitHub dccea81dcc portmidi: 2.0.6 -> 2.0.7 (#455906) 2025-10-28 20:20:43 +00:00
Nick CaoandGitHub a06096c4ee infrastructure-agent: 1.70.0 -> 1.71.0 (#456286) 2025-10-28 20:19:51 +00:00
Nick CaoandGitHub 102dd04633 lazysql: 0.4.2 -> 0.4.3 (#456285) 2025-10-28 20:19:19 +00:00
Nick CaoandGitHub f0088a3be9 python3Packages.chromadb: 1.2.1 -> 1.2.2 (#456266) 2025-10-28 20:18:25 +00:00
Sergei TrofimovichandPhilip Taron 74cac9ba1a diffoscope: 304 -> 306
Changes:
- https://diffoscope.org/news/diffoscope-304-released/
- https://diffoscope.org/news/diffoscope-305-released/
2025-10-28 13:18:05 -07:00
Nick CaoandGitHub b709fce250 vue-language-server: 3.1.1 -> 3.1.2 (#456262) 2025-10-28 20:17:17 +00:00
Guillaume GirolandGitHub 818e52ff9d racket: fix wrapGApp calls (#446925) 2025-10-28 20:07:53 +00:00
Silvan Mosberger 1cc76d17e7 lib.teams.formatter: Link with GitHub team 2025-10-28 21:06:40 +01:00
R. Ryantm a7aa19e78e ladybird: 0-unstable-2025-10-16 -> 0-unstable-2025-10-28 2025-10-28 19:31:04 +00:00