refactor: move mcfly to by-name

This commit is contained in:
Samuel Hierholzer (Adfinis AG) 2024-07-16 11:01:49 +02:00
parent aeed98d0da
commit c0a9d48d1a
No known key found for this signature in database
GPG Key ID: A71725F119DAD5E2
2 changed files with 0 additions and 2 deletions

View File

@ -9704,8 +9704,6 @@ with pkgs;
mautrix-whatsapp = callPackage ../servers/mautrix-whatsapp { };
mcfly = callPackage ../tools/misc/mcfly { };
m2r = with python3Packages; toPythonApplication m2r;
md2gemini = with python3.pkgs; toPythonApplication md2gemini;