summaryrefslogtreecommitdiff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorquantenzitrone <general@dev.quantenzitrone.eu>2026-02-04 19:14:57 +0100
committerquantenzitrone <general@dev.quantenzitrone.eu>2026-02-04 22:58:56 +0100
commit584757f3488f2ce8cd27c994eac580f3ecbd2d98 (patch)
tree66a7414fb976311862560337bbc0deafc63c62e1 /pkgs/applications
parentxcbutilrenderutil: rename references and deprecate alias (diff)
downloadnixpkgs-584757f3488f2ce8cd27c994eac580f3ecbd2d98.tar.gz
xcbutilkeysyms: rename references and deprecate alias
this shouldn't create any rebuilds
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/android-studio/common.nix4
-rw-r--r--pkgs/applications/version-management/p4v/linux.nix4
-rw-r--r--pkgs/applications/window-managers/2bwm/default.nix4
-rw-r--r--pkgs/applications/window-managers/hyprwm/hypr/default.nix4
-rw-r--r--pkgs/applications/window-managers/i3/default.nix4
-rw-r--r--pkgs/applications/window-managers/i3/easyfocus.nix4
-rw-r--r--pkgs/applications/window-managers/i3/lock-color.nix4
-rw-r--r--pkgs/applications/window-managers/i3/lock.nix4
8 files changed, 16 insertions, 16 deletions
diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix
index ad14296dbe82..938062b13455 100644
--- a/pkgs/applications/editors/android-studio/common.nix
+++ b/pkgs/applications/editors/android-studio/common.nix
@@ -40,7 +40,7 @@
mesa-demos,
libxcb-wm,
libxcb-render-util,
- xcbutilkeysyms,
+ libxcb-keysyms,
xcbutilimage,
libxcb-cursor,
libxkbfile,
@@ -173,7 +173,7 @@ let
libxkbcommon
libxcb-wm
libxcb-render-util
- xcbutilkeysyms
+ libxcb-keysyms
xcbutilimage
libxcb-cursor
libice
diff --git a/pkgs/applications/version-management/p4v/linux.nix b/pkgs/applications/version-management/p4v/linux.nix
index 146750114850..51e4459ee7fc 100644
--- a/pkgs/applications/version-management/p4v/linux.nix
+++ b/pkgs/applications/version-management/p4v/linux.nix
@@ -25,7 +25,7 @@
qtwebengine,
qtwebview,
xcbutilimage,
- xcbutilkeysyms,
+ libxcb-keysyms,
libxcb-render-util,
libxcb-wm,
}:
@@ -67,7 +67,7 @@ let
qtwebengine
qtwebview
xcbutilimage
- xcbutilkeysyms
+ libxcb-keysyms
libxcb-render-util
libxcb-wm
];
diff --git a/pkgs/applications/window-managers/2bwm/default.nix b/pkgs/applications/window-managers/2bwm/default.nix
index a9317c1bdedc..fa3d699b1bbb 100644
--- a/pkgs/applications/window-managers/2bwm/default.nix
+++ b/pkgs/applications/window-managers/2bwm/default.nix
@@ -4,7 +4,7 @@
fetchFromGitHub,
patches,
libxcb,
- xcbutilkeysyms,
+ libxcb-keysyms,
libxcb-wm,
libX11,
xcbutil,
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libxcb
- xcbutilkeysyms
+ libxcb-keysyms
libxcb-wm
libX11
xcbutil
diff --git a/pkgs/applications/window-managers/hyprwm/hypr/default.nix b/pkgs/applications/window-managers/hyprwm/hypr/default.nix
index 5e843f9212de..a5e525375c8a 100644
--- a/pkgs/applications/window-managers/hyprwm/hypr/default.nix
+++ b/pkgs/applications/window-managers/hyprwm/hypr/default.nix
@@ -14,7 +14,7 @@
pcre2,
pkg-config,
libxcb-cursor,
- xcbutilkeysyms,
+ libxcb-keysyms,
libxcb-wm,
xcbutil,
xmodmap,
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
libxcb
pcre2
libxcb-cursor
- xcbutilkeysyms
+ libxcb-keysyms
libxcb-wm
xcbutil
];
diff --git a/pkgs/applications/window-managers/i3/default.nix b/pkgs/applications/window-managers/i3/default.nix
index 78594c879346..e4da7dcb25a5 100644
--- a/pkgs/applications/window-managers/i3/default.nix
+++ b/pkgs/applications/window-managers/i3/default.nix
@@ -8,7 +8,7 @@
ninja,
installShellFiles,
libxcb,
- xcbutilkeysyms,
+ libxcb-keysyms,
xcbutil,
libxcb-wm,
xcbutilxrm,
@@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
libxcb
- xcbutilkeysyms
+ libxcb-keysyms
xcbutil
libxcb-wm
xcbutilxrm
diff --git a/pkgs/applications/window-managers/i3/easyfocus.nix b/pkgs/applications/window-managers/i3/easyfocus.nix
index e1ba87a78404..7689be9806e0 100644
--- a/pkgs/applications/window-managers/i3/easyfocus.nix
+++ b/pkgs/applications/window-managers/i3/easyfocus.nix
@@ -5,7 +5,7 @@
pkg-config,
xorgproto,
libxcb,
- xcbutilkeysyms,
+ libxcb-keysyms,
libx11,
i3ipc-glib,
glib,
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ pkg-config ];
buildInputs = [
libxcb
- xcbutilkeysyms
+ libxcb-keysyms
xorgproto
libx11.dev
i3ipc-glib
diff --git a/pkgs/applications/window-managers/i3/lock-color.nix b/pkgs/applications/window-managers/i3/lock-color.nix
index 51d3af3ed4b3..e9404c33df79 100644
--- a/pkgs/applications/window-managers/i3/lock-color.nix
+++ b/pkgs/applications/window-managers/i3/lock-color.nix
@@ -5,7 +5,7 @@
autoreconfHook,
pkg-config,
libxcb,
- xcbutilkeysyms,
+ libxcb-keysyms,
xcbutilimage,
pam,
libX11,
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
libxcb
- xcbutilkeysyms
+ libxcb-keysyms
xcbutilimage
pam
libX11
diff --git a/pkgs/applications/window-managers/i3/lock.nix b/pkgs/applications/window-managers/i3/lock.nix
index de64e19608cf..18f85689a89a 100644
--- a/pkgs/applications/window-managers/i3/lock.nix
+++ b/pkgs/applications/window-managers/i3/lock.nix
@@ -6,7 +6,7 @@
ninja,
pkg-config,
libxcb,
- xcbutilkeysyms,
+ libxcb-keysyms,
xcbutilimage,
xcbutilxrm,
pam,
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
libxcb
- xcbutilkeysyms
+ libxcb-keysyms
xcbutilimage
xcbutilxrm
pam