soundfont-generaluser: move & rename

This commit is contained in:
Keenan Weaver
2026-03-21 15:21:01 -05:00
parent 0b5e74ff3d
commit 552c8cbd2e
2 changed files with 2 additions and 1 deletions
@@ -5,7 +5,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "generaluser";
pname = "soundfont-generaluser-gs";
version = "2.0.2-unstable-2025-04-21";
src = fetchFromGitHub {
+1
View File
@@ -1771,6 +1771,7 @@ mapAliases {
somatic-sniper = throw "somatic-sniper has been removed as it was archived in 2020 and fails to build."; # Added 2025-10-14
sonusmix = throw "'sonusmix' has been removed due to lack of maintenance"; # Added 2025-08-27
soulseekqt = throw "'soulseekqt' has been removed due to lack of maintenance in Nixpkgs in a long time. Consider using 'nicotine-plus' or 'slskd' instead."; # Added 2025-06-07
soundfont-generaluser = warnAlias "'soundfont-generaluser' has been renamed to 'soundfont-generaluser-gs'" soundfont-generaluser-gs; # Added 2026-02-26
soundkonverter = throw "'soundkonverter' has been dropped as it depends on KDE Gear 5, and is unmaintained"; # Added 2025-08-20
soundmodem = throw "'soundmodem' was removed due to lack of maintenance and relying on gtk2"; # Added 2025-12-02
soundOfSorting = throw "'soundOfSorting' has been renamed to/replaced by 'sound-of-sorting'"; # Converted to throw 2025-10-27