Unverified Commit 7b42f00d authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

ticpp: drop (#441664)

parents f9e2a33e 3bada5a1
Loading
Loading
Loading
Loading

pkgs/by-name/ti/ticpp/package.nix

deleted100644 → 0
+0 −37
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitHub,
  cmake,
}:

stdenv.mkDerivation {
  pname = "ticpp";
  version = "0-unstable-2019-01-09";

  src = fetchFromGitHub {
    owner = "wxFormBuilder";
    repo = "ticpp";
    rev = "eb79120ea16b847ce9f483a298a394050f463d6b";
    sha256 = "0xk4cy0xbkr6326cqd1vd6b2x0rfsx4iz2sq8f5jz3yl3slxgjm2";
  };

  nativeBuildInputs = [ cmake ];

  cmakeFlags = [ "-DBUILD_TICPP_DLL=1" ];

  installPhase = ''
    cd ..
    mkdir -p $out/lib
    install build/*.{a,so} $out/lib
    mkdir -p $out/include
    install *.h $out/include
  '';

  meta = {
    description = "Interface to TinyXML";
    license = lib.licenses.mit;
    homepage = "https://github.com/wxFormBuilder/ticpp";
  };

}
+1 −0
Original line number Diff line number Diff line
@@ -2375,6 +2375,7 @@ mapAliases {
  thiefmd = throw "'thiefmd' has been removed due to lack of maintenance upstream and incompatible with newer Pandoc. Please use 'apostrophe' or 'folio' instead"; # Added 2025-02-20
  thefuck = throw "'thefuck' has been removed due to lack of maintenance upstream and incompatible with python 3.12+. Consider using 'pay-respects' instead"; # Added 2025-05-30
  invalidateFetcherByDrvHash = testers.invalidateFetcherByDrvHash; # Added 2022-05-05
  ticpp = throw "'ticpp' has been removed due to being unmaintained"; # Added 2025-09-10
  tijolo = throw "'tijolo' has been removed due to being unmaintained"; # Added 2024-12-27
  timescale-prometheus = throw "'timescale-prometheus' has been renamed to/replaced by 'promscale'"; # Converted to throw 2024-10-17
  tightvnc = throw "'tightvnc' has been removed as the version 1.3 is not maintained upstream anymore and is insecure"; # Added 2024-08-22