Loading pkgs/tools/system/smartmontools/default.nix +25 −14 Original line number Diff line number Diff line { lib , stdenv , fetchurl , autoreconfHook , enableMail ? false , gnused , hostname , mailutils , systemdLibs , IOKit , ApplicationServices { lib, stdenv, fetchurl, autoreconfHook, enableMail ? false, gnused, hostname, mailutils, systemdLibs, IOKit, ApplicationServices, }: let Loading @@ -19,7 +20,13 @@ let sha256 = "sha256-0dtLev4JjeHsS259+qOgg19rz4yjkeX4D3ooUgS4RTI="; name = "smartmontools-drivedb.h"; }; scriptPath = lib.makeBinPath ([ gnused hostname ] ++ lib.optionals enableMail [ mailutils ]); scriptPath = lib.makeBinPath ( [ gnused hostname ] ++ lib.optionals enableMail [ mailutils ] ); in stdenv.mkDerivation rec { Loading @@ -46,8 +53,12 @@ stdenv.mkDerivation rec { ]; nativeBuildInputs = [ autoreconfHook ]; buildInputs = lib.optionals stdenv.isLinux [ systemdLibs ] ++ lib.optionals stdenv.isDarwin [ IOKit ApplicationServices ]; buildInputs = lib.optionals stdenv.isLinux [ systemdLibs ] ++ lib.optionals stdenv.isDarwin [ IOKit ApplicationServices ]; enableParallelBuilding = true; meta = with lib; { Loading Loading
pkgs/tools/system/smartmontools/default.nix +25 −14 Original line number Diff line number Diff line { lib , stdenv , fetchurl , autoreconfHook , enableMail ? false , gnused , hostname , mailutils , systemdLibs , IOKit , ApplicationServices { lib, stdenv, fetchurl, autoreconfHook, enableMail ? false, gnused, hostname, mailutils, systemdLibs, IOKit, ApplicationServices, }: let Loading @@ -19,7 +20,13 @@ let sha256 = "sha256-0dtLev4JjeHsS259+qOgg19rz4yjkeX4D3ooUgS4RTI="; name = "smartmontools-drivedb.h"; }; scriptPath = lib.makeBinPath ([ gnused hostname ] ++ lib.optionals enableMail [ mailutils ]); scriptPath = lib.makeBinPath ( [ gnused hostname ] ++ lib.optionals enableMail [ mailutils ] ); in stdenv.mkDerivation rec { Loading @@ -46,8 +53,12 @@ stdenv.mkDerivation rec { ]; nativeBuildInputs = [ autoreconfHook ]; buildInputs = lib.optionals stdenv.isLinux [ systemdLibs ] ++ lib.optionals stdenv.isDarwin [ IOKit ApplicationServices ]; buildInputs = lib.optionals stdenv.isLinux [ systemdLibs ] ++ lib.optionals stdenv.isDarwin [ IOKit ApplicationServices ]; enableParallelBuilding = true; meta = with lib; { Loading