mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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:
parent
43052306ac
commit
5fe4c60e49
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user