Unverified Commit 99bec4dc authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

tet: drop (#441896)

parents 035f383d 43cbd2b9
Loading
Loading
Loading
Loading

pkgs/by-name/te/tet/package.nix

deleted100644 → 0
+0 −31
Original line number Diff line number Diff line
{
  fetchurl,
  lib,
  stdenv,
}:

stdenv.mkDerivation ({
  version = "3.8";
  pname = "tet";

  src = fetchurl {
    url = "http://tetworks.opengroup.org/downloads/38/software/Sources/3.8/tet3.8-src.tar.gz";
    sha256 = "1j57hv56df38w249l595b8rsgmsyvjkbysai03a9724gax5jl9av";
  };

  patchPhase = "chmod +x configure";

  configurePhase = "./configure -t lite";

  buildPhase = "cd src; make; cd -";

  installPhase = "cd src; make install; cd -; cp -vr $PWD $out";

  meta = {
    description = "Test Environment Toolkit is used in test applications like The Open Group's UNIX Certification program and the Free Standards Group's LSB Certification program";
    homepage = "https://tetworks.opengroup.org/Products/tet.htm";
    license = lib.licenses.artistic1;
    platforms = lib.platforms.unix;
    maintainers = [ ];
  };
})
+1 −0
Original line number Diff line number Diff line
@@ -1961,6 +1961,7 @@ mapAliases {
  postcss-cli = throw "postcss-cli has been removed because it was broken"; # added 2025-03-24
  postgis = throw "'postgis' has been removed. Use 'postgresqlPackages.postgis' instead."; # Added 2025-07-19
  tegaki-zinnia-japanese = throw "'tegaki-zinnia-japanese' has been removed due to lack of maintenance"; # Added 2025-09-10
  tet = throw "'tet' has been removed for lack of maintenance"; # Added 2025-10-12
  tex-match = throw "'tex-match' has been removed due to lack of maintenance upstream. Consider using 'hieroglyphic' instead"; # Added 2024-09-24
  texinfo5 = throw "'texinfo5' has been removed from nixpkgs"; # Added 2024-09-10
  timescaledb = throw "'timescaledb' has been removed. Use 'postgresqlPackages.timescaledb' instead."; # Added 2025-07-19