Unverified Commit d971b714 authored by Michael Daniels's avatar Michael Daniels
Browse files

gimpPlugins.exposureBlend: drop

Was marked broken in 2019.

Dropping per RFC 180, and not leaving an alias because it's been "throwing" for 6 years.
parent 815f6e9e
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -362,16 +362,6 @@ lib.makeScope pkgs.newScope (

    # =============== simple script files ====================

    # also have a look at enblend-enfuse in all-packages.nix
    exposureBlend = scriptDerivation {
      name = "exposure-blend";
      src = fetchurl {
        url = "http://tir.astro.utoledo.edu/jdsmith/code/eb/exposure-blend.scm";
        sha256 = "1b6c9wzpklqras4wwsyw3y3jp6fjmhnnskqiwm5sabs8djknfxla";
      };
      meta.broken = true;
    };

    lightning = scriptDerivation {
      name = "Lightning";
      src = fetchurl {