smile: add xdotool and wl-clipboard to wrapper path

This commit is contained in:
aleksana
2024-07-27 18:27:16 +08:00
parent cadf473b34
commit 70b888598e
+9 -2
View File
@@ -4,11 +4,12 @@
, desktop-file-utils
, glib
, gobject-introspection
, gtk4
, meson
, ninja
, wrapGAppsHook4
, libadwaita
, xdotool
, wl-clipboard
}:
python3.pkgs.buildPythonApplication rec {
@@ -45,7 +46,13 @@ python3.pkgs.buildPythonApplication rec {
dontWrapGApps = true;
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
makeWrapperArgs+=(
"''${gappsWrapperArgs[@]}"
--prefix PATH : ${lib.makeBinPath [
xdotool
wl-clipboard
]}
)
'';
meta = {