Hello there,
I tried to switch to unstable
for neovim as I wanted a neovim version >= 0.10.0.
When I try to build my NixOs config I get this error:
structuredAttrs is enabled
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
Running phase: configurePhase
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
Running phase: buildPhase
substituteStream() in derivation neovim-0.10.1: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file '/nix/store/pj8wdxamz5hqxxdlm932bcrh45d3pcnh-neovim-0.10.1/share/applications/nvim.desktop')
/nix/store/qh8py47w4xx7rz3ykw4ip1lbv862j9x9-make-shell-wrapper-hook/nix-support/setup-hook: line 116: /nix/store/8npys9arp74hr417005mjadshrcp4r1y-neovim-0.10.1/bin/nvim-python3: Permission denied
It might be related to Can't build neovim 0.10.1 but as I was unsure it was the same issue I opened a new one. If it is a duplicate I will simply close this one and enrich the first one.