Loading pkgs/applications/networking/msmtp/default.nix +9 −6 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ , libsecret , withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd , systemd , withScripts ? true }: let Loading Loading @@ -124,9 +125,11 @@ let }; in symlinkJoin { if withScripts then symlinkJoin { name = "msmtp-${version}"; inherit version meta; paths = [ binaries scripts ]; passthru = { inherit binaries scripts; }; } } else binaries Loading
pkgs/applications/networking/msmtp/default.nix +9 −6 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ , libsecret , withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd , systemd , withScripts ? true }: let Loading Loading @@ -124,9 +125,11 @@ let }; in symlinkJoin { if withScripts then symlinkJoin { name = "msmtp-${version}"; inherit version meta; paths = [ binaries scripts ]; passthru = { inherit binaries scripts; }; } } else binaries