You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have tinyxml, tinyxml2, which is an alias for tinyxml,
and tinyxml-2, which is an entirely different thing.
This is very confusing. Reduce confusion by removing the alias.
Copy file name to clipboardExpand all lines: pkgs/top-level/aliases.nix
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2608,6 +2608,7 @@ mapAliases {
2608
2608
timescale-prometheus=throw"'timescale-prometheus' has been renamed to/replaced by 'promscale'";# Converted to throw 2024-10-17
2609
2609
tightvnc=throw"'tightvnc' has been removed as the version 1.3 is not maintained upstream anymore and is insecure";# Added 2024-08-22
2610
2610
timelens=throw"'timelens' has been removed due to lack of upstream maintenance";# Added 2025-01-25
2611
+
tinyxml2=throw"The 'tinyxml2' alias has been removed, use 'tinyxml' for https://sourceforge.net/projects/tinyxml/ or 'tinyxml-2' for https://github.com/leethomason/tinyxml2";# Added 2025-10-11
2611
2612
tix=tclPackages.tix;# Added 2024-10-02
2612
2613
tkcvs=tkrev;# Added 2022-03-07
2613
2614
tkgate=throw"'tkgate' has been removed as it is unmaintained";# Added 2025-05-17
0 commit comments