wxsvg: rename from wxSVG

rename to lowercase to fit package naming conventions
This commit is contained in:
quantenzitrone
2026-02-12 05:10:47 +01:00
parent 793626d282
commit a8b636ac2b
3 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
pkg-config,
wrapGAppsHook3,
wxGTK32,
wxSVG,
wxsvg,
xine-ui,
xmlto,
zip,
@@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
glib
libexif
libjpeg
wxSVG
wxsvg
wxGTK32
xine-ui
]
+1
View File
@@ -1986,6 +1986,7 @@ mapAliases {
wring = throw "'wring' has been removed since it has been abandoned upstream"; # Added 2025-11-07
write_stylus = throw "'write_stylus' has been renamed to/replaced by 'styluslabs-write-bin'"; # Converted to throw 2025-10-27
wxGTK33 = wxwidgets_3_3; # Added 2025-07-20
wxSVG = warnAlias "'wxSVG' has been renamed to 'wxsvg'" wxsvg;
xbrightness = throw "'xbrightness' has been removed as it is unmaintained"; # Added 2025-08-28
xbursttools = throw "'xbursttools' has been removed as it is broken and unmaintained upstream."; # Added 2025-06-12
xcb-util-cursor = libxcb-cursor; # Added 2026-02-04