mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
dropbox: works with qt 5.6
This commit is contained in:
parent
9cd3e57cc6
commit
7c435a82ce
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user