From e74e2e838d9fb331fb8e93daebb5b520e4d7a4f4 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sun, 12 May 2019 14:31:19 +0200 Subject: [PATCH] gimpPlugins.resynthesizer: drop It breaks resynthesiser2 and there is actually no reason to keep the ancient version. https://github.com/bootchk/resynthesizer/issues/63#issuecomment-491591082 --- .../graphics/gimp/plugins/default.nix | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix index 714a1f921d6..16b6a0ccd8c 100644 --- a/pkgs/applications/graphics/gimp/plugins/default.nix +++ b/pkgs/applications/graphics/gimp/plugins/default.nix @@ -90,26 +90,6 @@ rec { meta.broken = true; }; - resynthesizer = pluginDerivation { - /* menu: - Filters/Map/Resynthesize - Filters/Enhance/Smart enlarge - Filters/Enhance/Smart sharpen - Filters/Enhance/Smart remove selection - */ - name = "resynthesizer-0.16"; - buildInputs = with pkgs; [ fftw ]; - src = fetchurl { - url = http://www.logarithmic.net/pfh-files/resynthesizer/resynthesizer-0.16.tar.gz; - sha256 = "1k90a1jzswxmajn56rdxa4r60v9v34fmqsiwfdxqcvx3yf4yq96x"; - }; - - installPhase = " - installPlugins resynth - installScripts smart-{enlarge,remove}.scm - "; - }; - resynthesizer2 = pluginDerivation rec { /* menu: Filters/Map/Resynthesize