summaryrefslogtreecommitdiff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorquantenzitrone <general@dev.quantenzitrone.eu>2026-02-04 19:08:13 +0100
committerquantenzitrone <general@dev.quantenzitrone.eu>2026-02-04 22:58:46 +0100
commit866aa37ba310e7a7ba626bf74acb3be285dac320 (patch)
tree4351e723340f49647bd8c852bd7a98a1706b37ae /pkgs/applications
parent{xcbutilcursor,xcb-util-cursor}: rename references and deprecate aliases (diff)
downloadnixpkgs-866aa37ba310e7a7ba626bf74acb3be285dac320.tar.gz
xcbutilwm: 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/video/vdr/softhddevice/default.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/wayfire/wayfire-plugins-extra.nix4
7 files changed, 14 insertions, 14 deletions
diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix
index 0e46fd0178de..410b53b78741 100644
--- a/pkgs/applications/editors/android-studio/common.nix
+++ b/pkgs/applications/editors/android-studio/common.nix
@@ -38,7 +38,7 @@
libxcb,
libxkbcommon,
mesa-demos,
- xcbutilwm,
+ libxcb-wm,
xcbutilrenderutil,
xcbutilkeysyms,
xcbutilimage,
@@ -171,7 +171,7 @@ let
libX11
libxcb
libxkbcommon
- xcbutilwm
+ libxcb-wm
xcbutilrenderutil
xcbutilkeysyms
xcbutilimage
diff --git a/pkgs/applications/version-management/p4v/linux.nix b/pkgs/applications/version-management/p4v/linux.nix
index f2af8b405600..4b46e0d75e43 100644
--- a/pkgs/applications/version-management/p4v/linux.nix
+++ b/pkgs/applications/version-management/p4v/linux.nix
@@ -27,7 +27,7 @@
xcbutilimage,
xcbutilkeysyms,
xcbutilrenderutil,
- xcbutilwm,
+ libxcb-wm,
}:
{
@@ -69,7 +69,7 @@ let
xcbutilimage
xcbutilkeysyms
xcbutilrenderutil
- xcbutilwm
+ libxcb-wm
];
dontBuild = true;
diff --git a/pkgs/applications/video/vdr/softhddevice/default.nix b/pkgs/applications/video/vdr/softhddevice/default.nix
index f6c9e6f274c8..95dc5c5fecf6 100644
--- a/pkgs/applications/video/vdr/softhddevice/default.nix
+++ b/pkgs/applications/video/vdr/softhddevice/default.nix
@@ -4,7 +4,7 @@
vdr,
alsa-lib,
fetchFromGitHub,
- xcbutilwm,
+ libxcb-wm,
xorg-server,
ffmpeg,
libva,
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
buildInputs = [
vdr
- xcbutilwm
+ libxcb-wm
ffmpeg
alsa-lib
libva
diff --git a/pkgs/applications/window-managers/2bwm/default.nix b/pkgs/applications/window-managers/2bwm/default.nix
index 8e8131a0062d..a9317c1bdedc 100644
--- a/pkgs/applications/window-managers/2bwm/default.nix
+++ b/pkgs/applications/window-managers/2bwm/default.nix
@@ -5,7 +5,7 @@
patches,
libxcb,
xcbutilkeysyms,
- xcbutilwm,
+ libxcb-wm,
libX11,
xcbutil,
xcbutilxrm,
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libxcb
xcbutilkeysyms
- xcbutilwm
+ libxcb-wm
libX11
xcbutil
xcbutilxrm
diff --git a/pkgs/applications/window-managers/hyprwm/hypr/default.nix b/pkgs/applications/window-managers/hyprwm/hypr/default.nix
index 73fc79d4c56a..5e843f9212de 100644
--- a/pkgs/applications/window-managers/hyprwm/hypr/default.nix
+++ b/pkgs/applications/window-managers/hyprwm/hypr/default.nix
@@ -15,7 +15,7 @@
pkg-config,
libxcb-cursor,
xcbutilkeysyms,
- xcbutilwm,
+ libxcb-wm,
xcbutil,
xmodmap,
}:
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
pcre2
libxcb-cursor
xcbutilkeysyms
- xcbutilwm
+ libxcb-wm
xcbutil
];
diff --git a/pkgs/applications/window-managers/i3/default.nix b/pkgs/applications/window-managers/i3/default.nix
index b1a2b94df040..78594c879346 100644
--- a/pkgs/applications/window-managers/i3/default.nix
+++ b/pkgs/applications/window-managers/i3/default.nix
@@ -10,7 +10,7 @@
libxcb,
xcbutilkeysyms,
xcbutil,
- xcbutilwm,
+ libxcb-wm,
xcbutilxrm,
libstartup_notification,
libX11,
@@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
libxcb
xcbutilkeysyms
xcbutil
- xcbutilwm
+ libxcb-wm
xcbutilxrm
libxkbcommon
libstartup_notification
diff --git a/pkgs/applications/window-managers/wayfire/wayfire-plugins-extra.nix b/pkgs/applications/window-managers/wayfire/wayfire-plugins-extra.nix
index 2a96830ffef7..6c3177fdae96 100644
--- a/pkgs/applications/window-managers/wayfire/wayfire-plugins-extra.nix
+++ b/pkgs/applications/window-managers/wayfire/wayfire-plugins-extra.nix
@@ -14,7 +14,7 @@
libinput,
libxkbcommon,
vulkan-headers,
- xcbutilwm,
+ libxcb-wm,
gtkmm3,
withFiltersPlugin ? true,
withFocusRequestPlugin ? true,
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
libinput
libxkbcommon
vulkan-headers
- xcbutilwm
+ libxcb-wm
gtkmm3
];