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