pkgs: i3-get-window-criteria: fix 'xorg' packages

The `xorg` namespace is about to be removed in my next bump, so let's
pro-actively remove them now.
This commit is contained in:
Bruno BELANYI 2026-02-18 11:18:41 +00:00
parent 72efb0c7ea
commit ee18a18b33

View file

@ -1,4 +1,4 @@
{ lib, coreutils, gnused, makeWrapper, stdenvNoCC, xorg }:
{ lib, coreutils, gnused, makeWrapper, stdenvNoCC, xprop, xwininfo }:
stdenvNoCC.mkDerivation rec {
pname = "i3-get-window-criteria";
version = "0.1.0";
@ -22,8 +22,8 @@ stdenvNoCC.mkDerivation rec {
wrapperPath = lib.makeBinPath [
coreutils
gnused
xorg.xprop
xorg.xwininfo
xprop
xwininfo
];
fixupPhase = ''