Commit 574d4005 authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

smartmontools: remove unneeded inetutils

It was only needed for 'hostname', which is now provided by the
'hostname' package, which has smaller storage footprint.

(cherry picked from commit e01e2d3978046735926ba41088f038d7b7ad6552)
parent 8fddf55c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 {