goobook: export to all-packages.nix

This commit is contained in:
AndersonTorres 2022-03-14 15:47:56 -03:00
parent 471445a4e5
commit e0cce3d7bf

View file

@ -27292,6 +27292,8 @@ with pkgs;
luddite = with python3Packages; toPythonApplication luddite;
goobook = with python3Packages; toPythonApplication goobook;
lumail = callPackage ../applications/networking/mailreaders/lumail {
lua = lua5_1;
};