diff options
| author | quantenzitrone <general@dev.quantenzitrone.eu> | 2026-02-04 18:55:16 +0100 |
|---|---|---|
| committer | quantenzitrone <general@dev.quantenzitrone.eu> | 2026-02-04 22:57:12 +0100 |
| commit | d8dee65535b6dfd71281efb7dcb9d98afad3ad75 (patch) | |
| tree | 104058d88ee01a7ec2cdc8340f3f98f0be20b21f /pkgs/top-level | |
| parent | utilmacros: rename references and deprecate alias (diff) | |
| download | nixpkgs-d8dee65535b6dfd71281efb7dcb9d98afad3ad75.tar.gz | |
{xcbutilcursor,xcb-util-cursor}: rename references and deprecate aliases
this shouldn't create any rebuilds
Diffstat (limited to 'pkgs/top-level')
| -rw-r--r-- | pkgs/top-level/aliases.nix | 2 | ||||
| -rw-r--r-- | pkgs/top-level/all-packages.nix | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 0d8613cddb98..18a6e7f8e01f 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1906,7 +1906,9 @@ mapAliases { wxGTK33 = wxwidgets_3_3; # Added 2025-07-20 xbrightness = throw "'xbrightness' has been removed as it is unmaintained"; # Added 2025-08-28 xbursttools = throw "'xbursttools' has been removed as it is broken and unmaintained upstream."; # Added 2025-06-12 + 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 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 aad1e0e11834..113be95794e5 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -7852,8 +7852,6 @@ with pkgs; libmagic = file; }; - xcb-util-cursor = libxcb-cursor; - xgboostWithCuda = xgboost.override { cudaSupport = true; }; zlib = callPackage ../development/libraries/zlib { @@ -8858,7 +8856,6 @@ with pkgs; mkfontdir = mkfontscale; xcbproto = xcb-proto; xcbutil = libxcb-util; - xcbutilcursor = libxcb-cursor; xcbutilerrors = libxcb-errors; xcbutilimage = libxcb-image; xcbutilkeysyms = libxcb-keysyms; |
