mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-28 00:29:36 +00:00
Merge pull request #210593 from pasqui23/vscode-fix
vscode: fix libdbusmenu on kde
This commit is contained in:
commit
b1adf59afb
@ -206,6 +206,9 @@ in
|
||||
|
||||
preFixup = ''
|
||||
gappsWrapperArgs+=(
|
||||
${ # we cannot use runtimeDependencies otherwise libdbusmenu do not work on kde
|
||||
lib.optionalString stdenv.isLinux
|
||||
"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libdbusmenu ]}"}
|
||||
# Add gio to PATH so that moving files to the trash works when not using a desktop environment
|
||||
--prefix PATH : ${glib.bin}/bin
|
||||
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
|
||||
|
Loading…
Reference in New Issue
Block a user