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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user