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 {
|
systemd = callPackage ../os-specific/linux/systemd {
|
||||||
utillinux = utillinuxMinimal; # break the cyclic dependency
|
utillinux = utillinuxMinimal; # break the cyclic dependency
|
||||||
gperf = gperf_3_0; # fix build until v233
|
|
||||||
}
|
}
|
||||||
// {
|
// {
|
||||||
udev.bin = systemd; # ${systemd.udev.bin}/bin/udevadm
|
udev.bin = systemd; # ${systemd.udev.bin}/bin/udevadm
|
||||||
|
|
Loading…
Reference in New Issue