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:
+1
-1
@@ -7,7 +7,7 @@
|
||||
faust2lv2,
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "faustPhysicalModeling";
|
||||
pname = "faust-physicalmodeling";
|
||||
version = "2.83.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user