From 1749ec365de33e7e9b9de78c4dcc9895130d3ca3 Mon Sep 17 00:00:00 2001 From: quantenzitrone Date: Sun, 8 Feb 2026 10:15:06 +0100 Subject: [PATCH] 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. --- .../package.nix | 2 +- pkgs/top-level/aliases.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename pkgs/by-name/fa/{faustPhysicalModeling => faust-physicalmodeling}/package.nix (97%) diff --git a/pkgs/by-name/fa/faustPhysicalModeling/package.nix b/pkgs/by-name/fa/faust-physicalmodeling/package.nix similarity index 97% rename from pkgs/by-name/fa/faustPhysicalModeling/package.nix rename to pkgs/by-name/fa/faust-physicalmodeling/package.nix index eb724acb31fc..80ffaa453b86 100644 --- a/pkgs/by-name/fa/faustPhysicalModeling/package.nix +++ b/pkgs/by-name/fa/faust-physicalmodeling/package.nix @@ -7,7 +7,7 @@ faust2lv2, }: stdenv.mkDerivation (finalAttrs: { - pname = "faustPhysicalModeling"; + pname = "faust-physicalmodeling"; version = "2.83.1"; src = fetchFromGitHub { diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 45239bd1f633..c08581989e01 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -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