summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorfreezeboy <freezeboy@users.noreply.github.com>2020-11-02 02:19:57 +0100
committerfreezeboy <freezeboy@users.noreply.github.com>2020-11-02 02:19:57 +0100
commit17ee53c4e3c0ecae827152e503dffc16c7fd2bbf (patch)
treeb6b55968c3afeeb4b35cd0a2a810c6c131fe0e5a /pkgs/applications/graphics/gimp
parentee3acf3aa458463e2d8faf8367f49f711fd00ad4 (diff)
gimpPlugins.focusblur: remove
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-rw-r--r--pkgs/applications/graphics/gimp/plugins/default.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix
index 0b5e6a7f379f..97c0429a996e 100644
--- a/pkgs/applications/graphics/gimp/plugins/default.nix
+++ b/pkgs/applications/graphics/gimp/plugins/default.nix
@@ -85,22 +85,6 @@ stdenv.lib.makeScope pkgs.newScope (self: with self; {
};
};
- focusblur = pluginDerivation rec {
- /* menu:
- Blur/Focus Blur
- */
- name = "focusblur-3.2.6";
- buildInputs = with pkgs; [ fftwSinglePrec ];
- patches = [ ./patches/focusblur-glib.patch ];
- postInstall = "fail";
- installPhase = "installPlugins src/focusblur";
- src = fetchurl {
- url = "http://registry.gimp.org/files/${name}.tar.bz2";
- sha256 = "1gqf3hchz7n7v5kpqkhqh8kwnxbsvlb5cr2w2n7ngrvl56f5xs1h";
- };
- meta.broken = true;
- };
-
resynthesizer = pluginDerivation rec {
/* menu:
Edit/Fill with pattern seamless...