msmtp: little cleanups

This commit is contained in:
Sandro Jäckel 2022-12-16 20:12:07 +01:00
parent debcf570c6
commit da75629e34
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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;