{dropbox,dropbox-cli}: move to by-name

(cherry picked from commit 40e14b821f)
This commit is contained in:
Michael Daniels 2026-05-30 11:05:51 -04:00 committed by github-actions[bot]
commit 242b2928b9
4 changed files with 0 additions and 4 deletions

View file

@ -9882,10 +9882,6 @@ with pkgs;
})
);
dropbox = callPackage ../applications/networking/dropbox { };
dropbox-cli = callPackage ../applications/networking/dropbox/cli.nix { };
maestral = with python3Packages; toPythonApplication maestral;
myfitnesspal = with python3Packages; toPythonApplication myfitnesspal;