mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
redis-desktop-manager: pin to Qt 5.6
This commit is contained in:
parent
aaff5ee197
commit
3d5f88e7a3
1 changed files with 1 additions and 1 deletions
|
@ -17972,7 +17972,7 @@ with pkgs;
|
|||
pcre = pcre-cpp;
|
||||
});
|
||||
|
||||
redis-desktop-manager = libsForQt55.callPackage ../applications/misc/redis-desktop-manager { };
|
||||
redis-desktop-manager = libsForQt56.callPackage ../applications/misc/redis-desktop-manager { };
|
||||
|
||||
robomongo = libsForQt5.callPackage ../applications/misc/robomongo { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue