Skip to content

Commit

Permalink
gmic-qt-krita: Use qt5.15 - as used by krita (NixOS#99956)
Browse files Browse the repository at this point in the history
(cherry picked from commit 32a362b)
  • Loading branch information
doronbehar authored and FRidh committed Oct 13, 2020
1 parent 2899286 commit 39fc728
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2028,8 +2028,10 @@ in

gmic = callPackage ../tools/graphics/gmic { };

gmic-qt = libsForQt514.callPackage ../tools/graphics/gmic-qt { };
gmic-qt = libsForQt5.callPackage ../tools/graphics/gmic-qt { };

# NOTE: If overriding qt version, krita needs to use the same qt version as
# well.
gmic-qt-krita = gmic-qt.override {
variant = "krita";
};
Expand Down

0 comments on commit 39fc728

Please sign in to comment.