mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 19:45:54 +00:00
inkcut: Use qt5.15, as pyqt5 in it (#99956)
This commit is contained in:
parent
32a362bb61
commit
aa20203d3c
|
@ -21399,7 +21399,7 @@ in
|
|||
# Impressive, formerly known as "KeyJNote".
|
||||
impressive = callPackage ../applications/office/impressive { };
|
||||
|
||||
inkcut = libsForQt514.callPackage ../applications/misc/inkcut { };
|
||||
inkcut = libsForQt5.callPackage ../applications/misc/inkcut { };
|
||||
|
||||
inkscape = callPackage ../applications/graphics/inkscape {
|
||||
lcms = lcms2;
|
||||
|
|
Loading…
Reference in a new issue