dropbox: works with qt 5.6

This commit is contained in:
Peter Hoeg 2017-02-08 22:38:25 +08:00 committed by Franz Pletz
parent 9cd3e57cc6
commit 7c435a82ce

View File

@ -14996,7 +14996,7 @@ with pkgs;
bittorrentSync14 = callPackage ../applications/networking/bittorrentsync/1.4.x.nix { };
bittorrentSync20 = callPackage ../applications/networking/bittorrentsync/2.0.x.nix { };
dropbox = qt55.callPackage ../applications/networking/dropbox { };
dropbox = qt5.callPackage ../applications/networking/dropbox { };
dropbox-cli = callPackage ../applications/networking/dropbox-cli { };