summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-09-07 12:33:56 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-09-07 19:55:11 +0200
commitd8749430e43c05e3ee1602eb1a12d53362ae29e7 (patch)
tree87dacc7e7af97915f9f6b5dfa3130c0086500137 /pkgs/applications/graphics/gimp
parent8ad04d92f6be2254f58024842fbdbea7afd5e1c5 (diff)
gmic-qt: allow building non-Krita hosts
* Use qt5’s mkDerivation * Also switch gimpPlugins.gmic to qmic-qt
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-rw-r--r--pkgs/applications/graphics/gimp/plugins/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix
index 008bfdf881e5..2c520f21f848 100644
--- a/pkgs/applications/graphics/gimp/plugins/default.nix
+++ b/pkgs/applications/graphics/gimp/plugins/default.nix
@@ -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;