1
0
Fork 1
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:
Tuomas Tynkkynen 2016-09-09 01:39:44 +03:00
parent 290db94f04
commit 06b2ff50b9

View file

@ -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 {};