Unverified Commit 3b170e41 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

metaBuildEnv: drop (#488425)

parents f25e5efc 6395f454
Loading
Loading
Loading
Loading
+0 −19
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchurl,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "meta-build-env";
  version = "0.1";

  src = fetchurl {
    url = "http://www.meta-environment.org/releases/meta-build-env-${finalAttrs.version}.tar.gz";
    sha256 = "1imn1gaan4fv73v8w3k3lgyjzkcn7bdp69k6hlz0vqdg17ysd1x3";
  };

  meta = {
    platforms = lib.platforms.unix;
  };
})
+1 −0
Original line number Diff line number Diff line
@@ -1265,6 +1265,7 @@ mapAliases {
  melmatcheq.lv2 = melmatcheq-lv2; # Added 2025-09-27
  melonDS = warnAlias "'melonDS' has been renamed to 'melonds'" melonds; # Added 2026-02-08
  meshlab-unstable = throw "meshlab-unstable has been removed, as it was behind meshlab"; # Added 2025-09-21
  metaBuildEnv = throw "'metaBuildEnv' has been removed, due to it being ancient unmaintained software"; # Added 2026-02-11
  meteo = throw "'meteo' has been removed as it was unmaintained and depends on deprecated webkitgtk_4_0"; # Added 2025-10-09
  microcodeAmd = throw "'microcodeAmd' has been renamed to/replaced by 'microcode-amd'"; # Converted to throw 2025-10-27
  microcodeIntel = throw "'microcodeIntel' has been renamed to/replaced by 'microcode-intel'"; # Converted to throw 2025-10-27