You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… from call site
at /nix/store/dyzl40h25l04565n90psbhzgnc5vp2xr-source/pkgs/development/node-packages/node-env.nix:7:40:
6| # Workaround to cope with utillinux in Nixpkgs 20.09 and util-linux in Nixpkgs master
7| utillinux = if pkgs ? utillinux then pkgs.utillinux else pkgs.util-linux;
| ^
8|
======== SNIP ========
… while calling the 'throw' builtin
at /nix/store/dyzl40h25l04565n90psbhzgnc5vp2xr-source/pkgs/top-level/aliases.nix:1677:15:
1676| util-linuxCurses = util-linux; # Added 2022-04-12
1677| utillinux = throw "'utillinux' has been renamed to/replaced by 'util-linux'"; # Converted to throw 2024-10-17
| ^
1678|
error: 'utillinux' has been renamed to/replaced by 'util-linux'
In my case the offending dependency chain was: apostrophe -> mathjax -> node-env
And i had to remove apostrophe for my system to build
Specifically this line's failing:
# Workaround to cope with utillinux in Nixpkgs 20.09 and util-linux in Nixpkgs master
utillinux = if pkgs ? utillinux then pkgs.utillinux else pkgs.util-linux;
Notify maintainers
N/A
Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
Steps To Reproduce
Steps to reproduce the behavior:
node-env
Build log
Full log from
nixos-rebuild
with--show-trace
:https://gist.github.com/griffi-gh/76ba31b361f14a215c2c0c49c57c1b1e
Additional context
In my case the offending dependency chain was:
apostrophe
->mathjax
->node-env
And i had to remove
apostrophe
for my system to buildSpecifically this line's failing:
Notify maintainers
N/A
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: