Open knightpp opened 5 days ago
The HTML manual broke because of https://github.com/NixOS/nixpkgs/pull/353513.
I have a similar problem.
error: 1 dependencies of derivation '/nix/store/h7209g26igdjgv9i9mxwwa0scw6i817r-man-paths.drv' failed to build
error: 1 dependencies of derivation '/nix/store/d92bcrivrml7c2kf0jxphwq78cr93681-nixos-option_fish-completions.drv' failed to build
error: 1 dependencies of derivation '/nix/store/fg7a6j5px3z8vanzz00iiklr9mijkfvd-system-path.drv' failed to build
error: 1 dependencies of derivation '/nix/store/1rpsa8xsjva4d0vwljdhbmqqx24ik9li-nixos-system-bbigras-work-25.05.20241119.23e89b7.drv' failed to build
[...]
warning: The interpretation of store paths arguments ending in `.drv` recently changed. If this command is now failing try again with '/nix/store/z6rsc49qmm96yg5lbxcp1wzs0q8hzv4x-nixos-option.drv^*'
got build log for '/nix/store/z6rsc49qmm96yg5lbxcp1wzs0q8hzv4x-nixos-option.drv' from 'daemon'
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/gk2qs90xfhv0h19h8dca9hn9j3wkix6f-nixos-option
source root is nixos-option
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "configurePhase" }
mesonConfigurePhase flags: --prefix=/nix/store/z3bnffna084is69k0qn2jhimjshav2gm-nixos-option --libdir=/nix/store/z3bnffna084is69k0qn2jhimjshav2gm-nixos-option/lib --libexecdir=/nix/store/z3bnffna084is69k0qn2jhimjshav2gm-nixos-option/libexec --bindir=/nix/store/z3bnffna084is69k0qn2jhimjshav2gm-nixo>
The Meson build system
Version: 1.6.0
Source dir: /build/nixos-option
Build dir: /build/nixos-option/build
Build type: native build
Project name: nixos-option
Project version: 0.1.6
C++ compiler for the host machine: g++ (gcc 13.3.0 "g++ (GCC) 13.3.0")
C++ linker for the host machine: g++ ld.bfd 2.43.1
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: YES (/nix/store/f1gamyykr0f8n4afy910ass2jx2g9zkv-pkg-config-wrapper-0.29.2/bin/pkg-config) 0.29.2
Run-time dependency nix-main found: YES 2.18.9
Run-time dependency nix-store found: YES 2.18.9
Run-time dependency nix-expr found: YES 2.18.9
Run-time dependency nix-cmd found: YES 2.18.9
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency nix-flake found: NO (tried pkgconfig)
meson.build:10:16: ERROR: Dependency "nix-flake" not found, tried pkgconfig
@dotlambda It's not related? It seems to involve man and fish-completion.
@bbigras Stop spamming. Your issue is not about the manual.
Spamming? What's with the condescending tone?
I was just asking for precisions since you only gave a :-1: without any details.
It could be reasonable to think there might be a link between the 2 issues since both involved man-paths and possibly broke today.
What's with the condescending tone?
I didn't mean to be condescending.
Your issue stems from the use of Lix, c.f. https://github.com/NixOS/nixpkgs/pull/355745#issuecomment-2480206835. It is entirely unrelated to home-manager.
Thanks! Workaround: disable manual.
manual.html.enable = lib.mkForce false;
Sorry for the inconvenience, and thanks @knightpp for reporting. @getpsyched and me sort this out ASAP.
Thanks for your patience, everyone. I apologise for the inconveniences caused.
A fix has been merged into nixpkgs master
; now we have to wait for it to land in nixos-unstable
, after which I will bump the changes in #6118.
Are you following the right branch?
Is there an existing issue for this?
Issue description
After update
I can no longer build new generations
My inputs
Maintainer CC
No response
System information