dropbox: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel 2015-12-19 18:46:40 -06:00
parent 2dc0062443
commit 68ff859bf0

View File

@ -13097,11 +13097,7 @@ let
copy-com = callPackage ../applications/networking/copy-com { };
dropbox = callPackage ../applications/networking/dropbox {
qtbase = qt5.base;
qtdeclarative = qt5.declarative;
qtwebkit = qt5.webkit;
};
dropbox = qt5.callPackage ../applications/networking/dropbox { };
dropbox-cli = callPackage ../applications/networking/dropbox-cli { };