Skip to content

Commit a1e3838

Browse files
committed
node-packages: do not remove the utillinux alias for the time being
The code generated by `node2nix` checks that `pkgs.utillinux` exist and uses it over `pkgs.util-linux`. Replacing the alias by a `throw`, as was done in commit a9e1f4e, makes packages generated using `node2nix` fail. This removes the alias removal until `node2nix` has been phased out, which is a work in progress started in #229475.
1 parent 2a5f82b commit a1e3838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/top-level/aliases.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ mapAliases {
16721672
usbguard-nox = throw "'usbguard-nox' has been renamed to/replaced by 'usbguard'"; # Converted to throw 2023-09-10
16731673
utahfs = throw "utahfs has been removed, as it is broken and lack of maintenance from upstream"; # Added 2023-09-29
16741674
util-linuxCurses = util-linux; # Added 2022-04-12
1675-
utillinux = throw "'utillinux' has been renamed to/replaced by 'util-linux'"; # Converted to throw 2024-10-17
1675+
utillinux = util-linux; # Added 2020-11-24, keep until node2nix is phased out, see https://github.com/NixOS/nixpkgs/issues/229475
16761676

16771677
### V ###
16781678

0 commit comments

Comments
 (0)