1
0
Fork 1
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:
Doron Behar 2020-10-08 19:01:14 +03:00 committed by Frederik Rietdijk
parent 32a362bb61
commit aa20203d3c

View file

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