summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-11-03 13:57:25 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-11-03 14:43:14 +0100
commitf3a81474045e817192b860a45abf357d4a7c0aea (patch)
tree7f63f4f18c491c40170aa5960737eb2023b265dd /pkgs/applications/graphics/gimp
parente93c38ff7cc3500e771dde8488330545c660635e (diff)
downloadnixpkgs-f3a81474045e817192b860a45abf357d4a7c0aea.tar
nixpkgs-f3a81474045e817192b860a45abf357d4a7c0aea.tar.gz
nixpkgs-f3a81474045e817192b860a45abf357d4a7c0aea.tar.bz2
nixpkgs-f3a81474045e817192b860a45abf357d4a7c0aea.tar.lz
nixpkgs-f3a81474045e817192b860a45abf357d4a7c0aea.tar.xz
nixpkgs-f3a81474045e817192b860a45abf357d4a7c0aea.tar.zst
nixpkgs-f3a81474045e817192b860a45abf357d4a7c0aea.zip
gimpPlugin.exposureBlend: mark as broken
It produces an error:

	GIMP-Error: Calling error for procedure 'gimp-image-get-active-layer':
	Procedure 'gimp-image-get-active-layer' has been called with an invalid ID for argument 'image'. Most likely a plug-in is trying to work on an image that doesn't exist any longer.

	(script-fu:25123): GLib-WARNING **: 12:41:03.500: (../glib/gerror.c:416):g_error_new_valist: runtime check failed: (domain != 0)
	script-fu-Warning: Error while loading /nix/store/31y1qiyg8fzn07yz6lrnkbja33298gmz-gimp-with-plugins-2.10.14/share/gimp/2.0/scripts/exposure-blend/nds9ds1m18d0wg1b01fch8wyzdwpmr8x-exposure-blend.scm:

	Error: (/nix/store/31y1qiyg8fzn07yz6lrnkbja33298gmz-gimp-with-plugins-2.10.14/share/gimp/2.0/scripts/exposure-blend/nds9ds1m18d0wg1b01fch8wyzdwpmr8x-exposure-blend.scm : 627) Procedure execution of gimp-image-get-active-layer failed on invalid input arguments: Procedure 'gimp-image-get-active-layer' has been called with an invalid ID for argument 'image'. Most likely a plug-in is trying to work on an image that doesn't exist any longer.
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-rw-r--r--pkgs/applications/graphics/gimp/plugins/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix
index c11910da568..29c1445b9ce 100644
--- a/pkgs/applications/graphics/gimp/plugins/default.nix
+++ b/pkgs/applications/graphics/gimp/plugins/default.nix
@@ -199,6 +199,7 @@ stdenv.lib.makeScope pkgs.newScope (self: with self; {
       url = http://tir.astro.utoledo.edu/jdsmith/code/eb/exposure-blend.scm;
       sha256 = "1b6c9wzpklqras4wwsyw3y3jp6fjmhnnskqiwm5sabs8djknfxla";
     };
+    meta.broken = true;
   };
 
   lightning = scriptDerivation {