utillinux: rename to util-linux

This commit is contained in:
Graham Christensen
2020-11-24 10:29:28 -05:00
parent 79086e5d55
commit bc49a0815a
265 changed files with 574 additions and 571 deletions

View File

@@ -5,7 +5,7 @@
, supervise
, isPy3k
, whichcraft
, utillinux
, util-linux
}:
buildPythonPackage rec {
@@ -29,7 +29,7 @@ buildPythonPackage rec {
propagatedBuildInputs = lib.optional (!isPy3k) whichcraft;
checkInputs = [ utillinux ];
checkInputs = [ util-linux ];
meta = {
description = "An API for running processes safely and securely";