msmtp: migrate to by-name
This commit is contained in:
parent
b476baeab6
commit
30ad5fbf9d
@ -4,7 +4,7 @@
|
|||||||
symlinkJoin,
|
symlinkJoin,
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
autoreconfHook,
|
autoreconfHook269,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
bash,
|
bash,
|
||||||
coreutils,
|
coreutils,
|
||||||
@ -62,7 +62,7 @@ let
|
|||||||
] ++ optionals withKeyring [ libsecret ];
|
] ++ optionals withKeyring [ libsecret ];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook269
|
||||||
pkg-config
|
pkg-config
|
||||||
texinfo
|
texinfo
|
||||||
];
|
];
|
@ -13308,10 +13308,6 @@ with pkgs;
|
|||||||
|
|
||||||
taxi-cli = with python3Packages; toPythonApplication taxi;
|
taxi-cli = with python3Packages; toPythonApplication taxi;
|
||||||
|
|
||||||
msmtp = callPackage ../applications/networking/msmtp {
|
|
||||||
autoreconfHook = buildPackages.autoreconfHook269;
|
|
||||||
};
|
|
||||||
|
|
||||||
imapfilter = callPackage ../applications/networking/mailreaders/imapfilter.nix {
|
imapfilter = callPackage ../applications/networking/mailreaders/imapfilter.nix {
|
||||||
lua = lua5;
|
lua = lua5;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user