summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2021-01-11 02:04:20 +0100
committerFlorian Klink <flokli@flokli.de>2021-01-13 00:30:46 +0100
commit038de4c5b185d450b2326af5cec24c5d6969dd02 (patch)
tree8dc9df3ac81f74dfe5a5683012252d02e1a8985b /pkgs/applications/graphics/gimp
parente35938ab71ad19a82da135928f1e1d08ace79f65 (diff)
ufraw: remove
This is broken and unmaintained. nufraw seems to be a drop-in alternative, but is currently broken (see https://github.com/NixOS/nixpkgs/pull/108993#issuecomment-757988146). Using Darktable seems to be the reasonable choice for now. Closes https://github.com/NixOS/nixpkgs/issues/97946.
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-rw-r--r--pkgs/applications/graphics/gimp/plugins/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix
index 7ea76c9a8245..c2e8a47420eb 100644
--- a/pkgs/applications/graphics/gimp/plugins/default.nix
+++ b/pkgs/applications/graphics/gimp/plugins/default.nix
@@ -167,8 +167,6 @@ in
variant = "gimp";
};
- ufraw = pkgs.ufraw.gimpPlugin;
-
gimplensfun = pluginDerivation rec {
version = "unstable-2018-10-21";
name = "gimplensfun-${version}";