diff options
| author | quantenzitrone <general@dev.quantenzitrone.eu> | 2026-02-04 19:08:13 +0100 |
|---|---|---|
| committer | quantenzitrone <general@dev.quantenzitrone.eu> | 2026-02-04 22:58:46 +0100 |
| commit | 866aa37ba310e7a7ba626bf74acb3be285dac320 (patch) | |
| tree | 4351e723340f49647bd8c852bd7a98a1706b37ae /pkgs/top-level | |
| parent | {xcbutilcursor,xcb-util-cursor}: rename references and deprecate aliases (diff) | |
| download | nixpkgs-866aa37ba310e7a7ba626bf74acb3be285dac320.tar.gz | |
xcbutilwm: rename references and deprecate alias
this shouldn't create any rebuilds
Diffstat (limited to 'pkgs/top-level')
| -rw-r--r-- | pkgs/top-level/aliases.nix | 1 | ||||
| -rw-r--r-- | pkgs/top-level/all-packages.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 18a6e7f8e01f..42a1b4c30d2f 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1909,6 +1909,7 @@ mapAliases { xcb-util-cursor = libxcb-cursor; # Added 2026-02-04 xcb-util-cursor-HEAD = warnAlias "'xcb-util-cursor-HEAD' has been removed; use 'libxcb-cursor' instead" libxcb-cursor; # added 2026-01-12 xcbutilcursor = libxcb-cursor; # Added 2026-02-04 + xcbutilwm = libxcb-wm; # Added 2026-02-04 xcursorthemes = xcursor-themes; # Added 2026-01-19 xdragon = throw "'xdragon' has been renamed to/replaced by 'dragon-drop'"; # Converted to throw 2025-10-27 xf86_input_cmt = xf86-input-cmt; # Added 2025-12-12 diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 113be95794e5..09149d73317d 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -8860,7 +8860,6 @@ with pkgs; xcbutilimage = libxcb-image; xcbutilkeysyms = libxcb-keysyms; xcbutilrenderutil = libxcb-render-util; - xcbutilwm = libxcb-wm; zabbixFor = version: rec { agent = (callPackages ../servers/monitoring/zabbix/agent.nix { }).${version}; |
