mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
krita: Use qt5.15 - same as pyqt5 in it (#99956)
This commit is contained in:
parent
883b21debe
commit
2aff7cf32c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue