gmic-qt: allow building non-Krita hosts

* Use qt5’s mkDerivation
* Also switch gimpPlugins.gmic to qmic-qt
This commit is contained in:
Jan Tojnar
2019-09-07 19:55:11 +02:00
parent 8ad04d92f6
commit d8749430e4
4 changed files with 87 additions and 15 deletions
@@ -152,7 +152,9 @@ stdenv.lib.makeScope pkgs.newScope (self: with self; {
installPhase = "installPlugins src/gimp-lqr-plugin";
};
gmic = pkgs.gmic.gimpPlugin;
gmic = pkgs.gmic-qt.override {
variant = "gimp";
};
ufraw = pkgs.ufraw.gimpPlugin;