mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
systemd: no need to use older gperf anymore
For a long time.
This commit is contained in:
parent
e1e7251339
commit
d392f4be1c
@ -12920,7 +12920,6 @@ with pkgs;
|
||||
|
||||
systemd = callPackage ../os-specific/linux/systemd {
|
||||
utillinux = utillinuxMinimal; # break the cyclic dependency
|
||||
gperf = gperf_3_0; # fix build until v233
|
||||
}
|
||||
// {
|
||||
udev.bin = systemd; # ${systemd.udev.bin}/bin/udevadm
|
||||
|
Loading…
Reference in New Issue
Block a user