voxtype: add which to runtime PATH

voxtype shells out to `which` at runtime to locate wl-copy, wtype,
xdotool and other helper binaries. Without `which` on PATH the binary
fails even though those tools are already added to PATH via
wrapProgram.
This commit is contained in:
Antonín Říha
2026-05-15 16:41:49 +02:00
parent da5ad661ba
commit eca550bd1d
+2
View File
@@ -21,6 +21,7 @@
pciutils,
wl-clipboard,
wtype,
which,
xclip,
xdotool,
@@ -131,6 +132,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
(lib.makeBinPath (
[
libnotify
which
]
++ lib.optionals vulkanSupport [
pciutils