webfontkitgenerator: rename to webfont-bundler

This commit is contained in:
Michael Evans 2025-07-27 13:30:09 +02:00
parent 2973d1d567
commit 6734b696a5
3 changed files with 6 additions and 1 deletions

View File

@ -37,6 +37,10 @@
- `tooling-language-server` has been renamed to `deputy` (both the package and binary), following the rename of the upstream project.
- `webfontkitgenerator` has been renamed to `webfont-bundler`, following the rename of the upstream project.
The binary name remains `webfontkitgenerator`.
The `webfontkitgenerator` package is an alias to `webfont-bundler`.
- `lima` package now only includes the guest agent for the host's architecture by default. If your guest VM's architecture differs from your Lima host's, you'll need to enable the `lima-additional-guestagents` package by setting `withAdditionalGuestAgents = true` when overriding lima with this input.
- `vmware-horizon-client` was renamed to `omnissa-horizon-client`, following [VMware's sale of their end-user business to Omnissa](https://www.omnissa.com/insights/introducing-omnissa-the-former-vmware-end-user-computing-business/). The binary has been renamed from `vmware-view` to `horizon-client`.

View File

@ -21,7 +21,7 @@
wrapGAppsHook4,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "webfont-kit-generator";
pname = "webfont-bundler";
version = "1.3.0";
src = fetchFromGitHub {

View File

@ -2139,6 +2139,7 @@ mapAliases {
''; # Add 2023-07-29
waypoint = throw "waypoint has been removed from nixpkgs as the upstream project was archived"; # Added 2024-04-24
wcurl = throw "'wcurl' has been removed due to being bundled with 'curl'"; # Added 2025-07-04
webfontkitgenerator = webfont-bundler; # Added 2025-07-27
webkitgtk = throw "'webkitgtk' attribute has been removed from nixpkgs, use attribute with ABI version set explicitly"; # Added 2025-06-11
webmetro = throw "'webmetro' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
wg-bond = throw "'wg-bond' has been removed due to lack of upstream maintenance"; # Added 2025-01-25