rustdesk-flutter: add xdg-user-dir to PATH (#399819)
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
rustc,
|
||||
rustfmt,
|
||||
xdotool,
|
||||
xdg-user-dirs,
|
||||
pipewire,
|
||||
cargo-expand,
|
||||
yq,
|
||||
@@ -205,6 +206,10 @@ flutter.buildFlutterApplication rec {
|
||||
cp ../res/scalable.svg $out/share/icons/hicolor/scalable/apps/rustdesk.svg
|
||||
'';
|
||||
|
||||
extraWrapProgramArgs = ''
|
||||
--prefix PATH : ${lib.makeBinPath [ xdg-user-dirs ]}
|
||||
'';
|
||||
|
||||
desktopItems = [
|
||||
(makeDesktopItem {
|
||||
name = "rustdesk";
|
||||
|
||||
Reference in New Issue
Block a user