faust-physicalmodeling: rename from faustPhysicalModeling

Honestly the upstream doesn't really have a package name for this.
Since it lives in the examples/physicalModeling subfolder of the faust
repo, i chose faust-physicalmodeling as a name that fits the package
naming conventions.
This commit is contained in:
quantenzitrone
2026-02-10 16:50:50 +01:00
parent 9378e64792
commit 1749ec365d
2 changed files with 2 additions and 1 deletions
@@ -7,7 +7,7 @@
faust2lv2,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "faustPhysicalModeling";
pname = "faust-physicalmodeling";
version = "2.83.1";
src = fetchFromGitHub {
+1
View File
@@ -630,6 +630,7 @@ mapAliases {
f3d_egl = warnAlias "'f3d' now build with egl support by default, so `f3d_egl` is deprecated, consider using 'f3d' instead." f3d; # Added 2025-07-18
fast-cli = throw "'fast-cli' has been removed because it was unmaintainable in nixpkgs"; # Added 2025-11-17
fastnlo_toolkit = throw "'fastnlo_toolkit' has been renamed to/replaced by 'fastnlo-toolkit'"; # Converted to throw 2025-10-27
faustPhysicalModeling = warnAlias "'faustPhysicalModeling' has been renamed to 'faust-physicalmodeling'" faust-physicalmodeling; # Added 2026-02-08
faustStk = throw "'faustStk' has been renamed to/replaced by 'faustPhysicalModeling'"; # Converted to throw 2025-10-27
fbjni = throw "fbjni has been removed, as it was broken"; # Added 2025-08-25
fcitx5-catppuccin = throw "'fcitx5-catppuccin' has been renamed to/replaced by 'catppuccin-fcitx5'"; # Converted to throw 2025-10-27