Merge pull request #330378 from Aleksanaa/smile
smile: add xdotool and wl-clipboard to wrapper path
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user