msmtp: little cleanups
This commit is contained in:
parent
debcf570c6
commit
da75629e34
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue