msmtp: little cleanups

This commit is contained in:
Sandro Jäckel
2022-12-16 20:16:11 +01:00
parent debcf570c6
commit da75629e34
@@ -16,9 +16,9 @@
, which
, Security
, withKeyring ? true
, libsecret ? null
, libsecret
, withSystemd ? stdenv.isLinux
, systemd ? null
, systemd
}:
let
@@ -41,7 +41,7 @@ let
platforms = platforms.unix;
};
binaries = stdenv.mkDerivation rec {
binaries = stdenv.mkDerivation {
pname = "msmtp-binaries";
inherit version src meta;
@@ -62,7 +62,7 @@ let
'';
};
scripts = resholve.mkDerivation rec {
scripts = resholve.mkDerivation {
pname = "msmtp-scripts";
inherit version src meta;