1
0
Fork 1
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:
Doron Behar 2020-10-08 18:26:50 +03:00 committed by Frederik Rietdijk
parent 883b21debe
commit 2aff7cf32c

View file

@ -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;
};