ticpp: drop (#441664)

Aleksana 7b42f00d f9e2a33e

Changed files
+1 -37
pkgs
by-name
ti
ticpp
top-level
-37
pkgs/by-name/ti/ticpp/package.nix
···
-
{
-
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
pkgs/top-level/aliases.nix
···
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