]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - flakes/mypackages/overlays/neomutt/default.nix
Finish removal of php-application module
[perso/Immae/Config/Nix.git] / flakes / mypackages / overlays / neomutt / default.nix
CommitLineData
6080a8e3 1self: super: {
d3a43b08 2 neomutt = super.neomutt.overrideAttrs(old: rec {
d3a43b08 3 nativeBuildInputs = old.nativeBuildInputs ++ [self.w3m];
6080a8e3
IB
4 patches = old.patches or [] ++ [
5 ./tx.patch
6 ];
7 });
8}