| 18 Feb 2026 |
Artturin | * I forgot to mention it https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/setup-hooks/patch-shebangs.sh | 13:21:20 |
Artturin | But yours is fine too | 13:24:35 |
Artturin | for patchShebangs you need to add the (python3.withPackages (pp: [ pp.pygobject3 ])) to buildInputs | 13:25:01 |
Artturin | Which you did 👍️ | 13:25:42 |
Leonard-Orlando Menzel | tested again, still works :) thanks for helping | 13:35:24 |
| 19 Feb 2026 |
| nodtem66 joined the room. | 10:41:32 |
| @jonhermansen:matrix.org left the room. | 18:27:51 |
| 21 Feb 2026 |
| h7x4 changed their profile picture. | 19:25:59 |
| h7x4 changed their profile picture. | 19:30:16 |
| h7x4 changed their profile picture. | 19:33:40 |
| 22 Feb 2026 |
| Oaken joined the room. | 02:54:21 |
| Slushee changed their profile picture. | 20:30:27 |
| Slushee changed their profile picture. | 23:03:42 |
| 23 Feb 2026 |
Theo Paris | Not sure if this is the right place for this but: I was testing github.com/NixOS/nixpkgs/pull/463361 with a nixos config flake using
nixpkgs.localSystem = {
system = "x86_64-linux";
useLLVM = true;
linker = "lld";
};
And I ran into the following error:
… while evaluating the option `home-manager.users.theo.i18n.glibcLocales':
… while evaluating the option `i18n.glibcLocales':
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: function 'anonymous lambda' called with unexpected argument 'nativeBuildInputs'
at /nix/store/hq30166l4qc2l2va8v4lj9fyg894wdqs-source/pkgs/build-support/fetchurl/boot.nix:10:1:
9|
10| {
| ^
11| url ? builtins.head urls,
| 00:58:11 |
Theo Paris | It seems like it should work with crossSystem but that adds gcc's bootstrap to the mix as well as llvm | 00:58:45 |
Theo Paris | * It seems like it should work with crossSystem but that adds gcc's bootstrap to the mix as well as llvm - I just wanted to have a "(mostly) pure llvm" system. | 00:59:16 |
Theo Paris | * It seems like it should work with crossSystem but that adds the host gcc bootstrap to the mix as well as llvm - I just wanted to have a "(mostly) pure llvm" system. | 00:59:32 |
Theo Paris | I'm not even sure where to start to attempt to fix this issue... I could try adding nativeBuildInputs or removeAttrs but I'm not sure if those are the right solutions | 01:00:37 |
Artturin | In reply to @theo-paris:matrix.org
Not sure if this is the right place for this but: I was testing github.com/NixOS/nixpkgs/pull/463361 with a nixos config flake using
nixpkgs.localSystem = {
system = "x86_64-linux";
useLLVM = true;
linker = "lld";
};
And I ran into the following error:
… while evaluating the option `home-manager.users.theo.i18n.glibcLocales':
… while evaluating the option `i18n.glibcLocales':
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: function 'anonymous lambda' called with unexpected argument 'nativeBuildInputs'
at /nix/store/hq30166l4qc2l2va8v4lj9fyg894wdqs-source/pkgs/build-support/fetchurl/boot.nix:10:1:
9|
10| {
| ^
11| url ? builtins.head urls,
That's a common symptom of bootstrap issues The bootstrap fetchurl is used in a place where the full fetchurl should be used. It's not an issue in fetchurl itself
https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/fetchurl/boot.nix | 01:34:32 |
| 24 Feb 2026 |
| haylin joined the room. | 04:17:53 |
vcunat | The cross-trunk jobset is broken now:
https://hydra.nixos.org/jobset/nixpkgs/cross-trunk#tabs-errors | 07:34:18 |
vcunat | Probably since https://github.com/NixOS/nixpkgs/pull/488406#event-22999337645 | 07:34:44 |
vcunat | I don't even know what error is relevant in there. | 07:39:49 |
| @cdepillabout:matrix.org left the room. | 07:40:25 |
vcunat | Oh wait, it probably isn't broken. | 07:46:16 |
vcunat | For a couple days there was no rebuild of those jobs, apparently. And the timer just hasn't fired since the staging-next merge yesterday 🤦 | 07:46:54 |
vcunat | We'll see in about an hour; I queued an eval. | 07:47:10 |
crazychaoz | what happened in between
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/41da1e3ea8e23e094e5e3eeb1e6b830468a7399e?narHash=sha256-jp0D4vzBcRKwNZwfY4BcWHemLGUs4JrS3X9w5k/JYDA%3D' (2025-06-14)
→ 'github:NixOS/nixpkgs/724cf38d99ba81fbb4a347081db93e2e3a9bc2ae?narHash=sha256-MpAKyXfJRDTgRU33Hja%2BG%2B3h9ywLAJJNRq4Pjbb4dQs%3D' (2026-02-19)
so that
error: Package ‘mingw_w64-pthreads-13.0.0’ in /nix/store/00k5v1i44s1dqjryvq6q414rnha8x6ld-source/pkgs/os-specific/windows/mingw-w64/headers.nix:35 is not available on the requested hostPlatform:
hostPlatform.system = "x86_64-linux"
package.meta.platforms = [
"aarch64-windows"
"x86_64-windows"
"i686-windows"
]
(i cannot cross compile for windows anymore)
error (gcc-15.2.0):
> The directory (BUILD_SYSTEM_HEADER_DIR) that should contain system headers does not exist:
> /usr/include
> make[2]: *** [Makefile:3641: stmp-fixinc] Error 1
> rm gcc.pod
> make[2]: Leaving directory '/build/build/gcc'
| 09:32:21 |
crazychaoz | * what happened in between
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/41da1e3ea8e23e094e5e3eeb1e6b830468a7399e?narHash=sha256-jp0D4vzBcRKwNZwfY4BcWHemLGUs4JrS3X9w5k/JYDA%3D' (2025-06-14)
→ 'github:NixOS/nixpkgs/724cf38d99ba81fbb4a347081db93e2e3a9bc2ae?narHash=sha256-MpAKyXfJRDTgRU33Hja%2BG%2B3h9ywLAJJNRq4Pjbb4dQs%3D' (2026-02-19)
so that
error: Package ‘mingw_w64-pthreads-13.0.0’ in /nix/store/00k5v1i44s1dqjryvq6q414rnha8x6ld-source/pkgs/os-specific/windows/mingw-w64/headers.nix:35 is not available on the requested hostPlatform:
hostPlatform.system = "x86_64-linux"
package.meta.platforms = [
"aarch64-windows"
"x86_64-windows"
"i686-windows"
]
(i cannot cross compile for windows anymore)
error (gcc-15.2.0):
> The directory (BUILD_SYSTEM_HEADER_DIR) that should contain system headers does not exist:
> /usr/include
> make[2]: *** [Makefile:3641: stmp-fixinc] Error 1
> rm gcc.pod
> make[2]: Leaving directory '/build/build/gcc'
| 09:32:29 |
vcunat | It evaluated fine. I'm sorry for the false alarm. | 10:20:46 |