smartmontools: remove unneeded inetutils

It was only needed for 'hostname', which is now provided by the
'hostname' package, which has smaller storage footprint.
This commit is contained in:
Bjørn Forsman 2022-11-29 15:33:02 +01:00
parent 43052306ac
commit 5fe4c60e49

View file

@ -6,7 +6,6 @@
, gnused
, hostname
, mailutils
, inetutils
, IOKit
, ApplicationServices
}:
@ -19,7 +18,7 @@ let
sha256 = "sha256-0dtLev4JjeHsS259+qOgg19rz4yjkeX4D3ooUgS4RTI=";
name = "smartmontools-drivedb.h";
};
scriptPath = lib.makeBinPath ([ gnused hostname ] ++ lib.optionals enableMail [ inetutils mailutils ]);
scriptPath = lib.makeBinPath ([ gnused hostname ] ++ lib.optionals enableMail [ mailutils ]);
in
stdenv.mkDerivation rec {