gmic-qt: allow building non-Krita hosts
* Use qt5’s mkDerivation * Also switch gimpPlugins.gmic to qmic-qt
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user