Unverified Commit 6395f454 authored by quantenzitrone's avatar quantenzitrone
Browse files

metaBuildEnv: drop

this package hasn't been touched or gotten updates since 2008 and the upstream website is dead

it isn't used anywhere in nixpkgs
parent 9378e647
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
@@ -1239,6 +1239,7 @@ mapAliases {
  meilisearch_1_11 = throw "'meilisearch_1_11' has been removed, as it is no longer supported"; # Added 2025-10-03
  melmatcheq.lv2 = melmatcheq-lv2; # Added 2025-09-27
  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