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/applications | |
| 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/applications')
4 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix index 6526006ec5ef..0e46fd0178de 100644 --- a/pkgs/applications/editors/android-studio/common.nix +++ b/pkgs/applications/editors/android-studio/common.nix @@ -42,7 +42,7 @@ xcbutilrenderutil, xcbutilkeysyms, xcbutilimage, - xcbutilcursor, + libxcb-cursor, libxkbfile, libXcomposite, libXcursor, @@ -175,7 +175,7 @@ let xcbutilrenderutil xcbutilkeysyms xcbutilimage - xcbutilcursor + libxcb-cursor libice libsm libxkbfile diff --git a/pkgs/applications/window-managers/awesome/default.nix b/pkgs/applications/window-managers/awesome/default.nix index 6c477bec07f2..4be852e0f0f4 100644 --- a/pkgs/applications/window-managers/awesome/default.nix +++ b/pkgs/applications/window-managers/awesome/default.nix @@ -22,7 +22,7 @@ libstartup_notification, libxdg_basedir, libpthreadstubs, - xcb-util-cursor, + libxcb-cursor, makeWrapper, pango, gobject-introspection, @@ -129,7 +129,7 @@ stdenv.mkDerivation rec { lua net-tools pango - xcb-util-cursor + libxcb-cursor libxau libxdmcp libxcb diff --git a/pkgs/applications/window-managers/hyprwm/hypr/default.nix b/pkgs/applications/window-managers/hyprwm/hypr/default.nix index 2d0d0e8209ad..73fc79d4c56a 100644 --- a/pkgs/applications/window-managers/hyprwm/hypr/default.nix +++ b/pkgs/applications/window-managers/hyprwm/hypr/default.nix @@ -13,7 +13,7 @@ makeWrapper, pcre2, pkg-config, - xcbutilcursor, + libxcb-cursor, xcbutilkeysyms, xcbutilwm, xcbutil, @@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: { libXdmcp libxcb pcre2 - xcbutilcursor + libxcb-cursor xcbutilkeysyms xcbutilwm xcbutil diff --git a/pkgs/applications/window-managers/i3/default.nix b/pkgs/applications/window-managers/i3/default.nix index 3eba467c0046..b1a2b94df040 100644 --- a/pkgs/applications/window-managers/i3/default.nix +++ b/pkgs/applications/window-managers/i3/default.nix @@ -17,7 +17,7 @@ pcre2, libev, yajl, - xcb-util-cursor, + libxcb-cursor, perl, pango, perlPackages, @@ -79,7 +79,7 @@ stdenv.mkDerivation (finalAttrs: { pcre2 libev yajl - xcb-util-cursor + libxcb-cursor perl pango perlPackages.AnyEventI3 |
