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:
parent
72efb0c7ea
commit
ee18a18b33
1 changed files with 3 additions and 3 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue