mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 19:45:54 +00:00
krita: Use qt5.15 - same as pyqt5 in it (#99956)
This commit is contained in:
parent
883b21debe
commit
2aff7cf32c
|
@ -21639,7 +21639,7 @@ in
|
|||
|
||||
kpt = callPackage ../applications/networking/cluster/kpt { };
|
||||
|
||||
krita = libsForQt514.callPackage ../applications/graphics/krita {
|
||||
krita = libsForQt5.callPackage ../applications/graphics/krita {
|
||||
openjpeg = openjpeg_1;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue