From eca550bd1d35fa796ce087c8e4fe359bee9a4940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=C3=ADn=20=C5=98=C3=ADha?= Date: Fri, 15 May 2026 16:41:49 +0200 Subject: [PATCH] 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. --- pkgs/by-name/vo/voxtype/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/vo/voxtype/package.nix b/pkgs/by-name/vo/voxtype/package.nix index 62084d779d78..e4d1dbdbd170 100644 --- a/pkgs/by-name/vo/voxtype/package.nix +++ b/pkgs/by-name/vo/voxtype/package.nix @@ -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