mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
calibre: switch to qt-5.5, fixes #12793
This commit is contained in:
parent
d9837dbd89
commit
400ade95ff
@ -11399,7 +11399,7 @@ let
|
||||
|
||||
calcurse = callPackage ../applications/misc/calcurse { };
|
||||
|
||||
calibre = qt5.callPackage ../applications/misc/calibre {
|
||||
calibre = qt55.callPackage ../applications/misc/calibre {
|
||||
inherit (pythonPackages) pyqt5 sip_4_16;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user