···19 setuptools
20 ];
21000022 meta = with lib; {
23- description = "Fast email-fetching and two-way tag synchronization between notmuch and GMail";
24- longDescription = ''
25 This program can pull email and labels (and changes to labels)
26 from your GMail account and store them locally in a maildir with
27 the labels synchronized with a notmuch database. The changes to
28 tags in the notmuch database may be pushed back remotely to your
29 GMail account.
30 '';
31- homepage = "https://lieer.gaute.vetsj.com/";
32 repositories.git = "https://github.com/gauteh/lieer.git";
33- license = licenses.gpl3Plus;
34- maintainers = with maintainers; [ flokli kaiha ];
35 };
36}
···19 setuptools
20 ];
2122+ # no tests
23+ doCheck = false;
24+ pythonImportsCheck = [ "lieer" ];
25+26 meta = with lib; {
27+ description = "Fast email-fetching and two-way tag synchronization between notmuch and GMail";
28+ longDescription = ''
29 This program can pull email and labels (and changes to labels)
30 from your GMail account and store them locally in a maildir with
31 the labels synchronized with a notmuch database. The changes to
32 tags in the notmuch database may be pushed back remotely to your
33 GMail account.
34 '';
35+ homepage = "https://lieer.gaute.vetsj.com/";
36 repositories.git = "https://github.com/gauteh/lieer.git";
37+ license = licenses.gpl3Plus;
38+ maintainers = with maintainers; [ flokli kaiha ];
39 };
40}
···20 '';
2122 # https://github.com/NixOS/nixpkgs/pull/107872#issuecomment-752175866
23- doCheck = stdenv.isLinux;
02425 meta = with lib; {
26 description = "An interactive viewer for graphs written in Graphviz's dot";
···20 '';
2122 # https://github.com/NixOS/nixpkgs/pull/107872#issuecomment-752175866
23+ # cannot import name '_gi' from partially initialized module 'gi' (most likely due to a circular import)
24+ doCheck = false;
2526 meta = with lib; {
27 description = "An interactive viewer for graphs written in Graphviz's dot";