mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
msmtp: little cleanups
This commit is contained in:
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user