mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
udev: Remove hacky alias
It's not clear to me what this is achieving, plus for some reason this is causing an evaluation error in hyperterm. So let's hope it's not really needed...
This commit is contained in:
parent
290db94f04
commit
06b2ff50b9
|
@ -11806,9 +11806,7 @@ in
|
|||
cross = assert crossSystem != null; crossSystem;
|
||||
});
|
||||
|
||||
# This hacky alias covers most use cases without mass-replace (build inputs)
|
||||
# and causes an *evaluation* error if "${udev}" is attempted.
|
||||
udev = [ systemd.dev systemd.out ];
|
||||
udev = systemd;
|
||||
libudev = udev;
|
||||
|
||||
eudev = callPackage ../os-specific/linux/eudev {};
|
||||
|
|
Loading…
Reference in a new issue