utillinux: rename to util-linux

This commit is contained in:
Graham Christensen
2020-11-24 12:42:06 -05:00
parent 79086e5d55
commit bc49a0815a
265 changed files with 574 additions and 571 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
, pam
, useSystemd ? stdenv.isLinux
, systemd ? null
, utillinux ? null
, util-linux ? null
, pkcs11Support ? false
, pkcs11helper ? null
}:
@@ -63,7 +63,7 @@ let
'' + optionalString useSystemd ''
install -Dm555 ${update-resolved} $out/libexec/update-systemd-resolved
wrapProgram $out/libexec/update-systemd-resolved \
--prefix PATH : ${makeBinPath [ runtimeShell iproute systemd utillinux ]}
--prefix PATH : ${makeBinPath [ runtimeShell iproute systemd util-linux ]}
'';
enableParallelBuilding = true;