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.
This commit is contained in:
Michael Daniels
2025-10-12 20:52:58 -04:00
parent 815f6e9e3e
commit d971b714f3

View File

@@ -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 {