l mail: remove deprecated notmuch fix

This commit is contained in:
lassulus 2019-04-17 20:13:10 +02:00
parent cc986ff84b
commit 5e4e3fb82e

View File

@ -233,8 +233,4 @@ in {
tag-new-mails
tag-old-mails
];
nixpkgs.config.packageOverrides = opkgs: {
notmuch = (opkgs.notmuch.overrideAttrs (o: { doCheck = false; }));
};
}