Merge pull request #330378 from Aleksanaa/smile

smile: add xdotool and wl-clipboard to wrapper path
This commit is contained in:
Pol Dellaiera
2024-07-28 10:58:00 +02:00
committed by GitHub
+9 -1
View File
@@ -8,6 +8,8 @@
, ninja
, wrapGAppsHook4
, libadwaita
, xdotool
, wl-clipboard
}:
python3.pkgs.buildPythonApplication rec {
@@ -44,7 +46,13 @@ python3.pkgs.buildPythonApplication rec {
dontWrapGApps = true;
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
makeWrapperArgs+=(
"''${gappsWrapperArgs[@]}"
--prefix PATH : ${lib.makeBinPath [
xdotool
wl-clipboard
]}
)
'';
meta = {