summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj4ger <xiayuxuan@live.com>2024-09-01 00:56:06 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-09-01 08:04:23 +0000
commitb13ef1a127e26a7ef04a0243d39a1498b22d964e (patch)
tree6fcc67fcfaf8e5d1132775592978b550f168d4af
parent[Backport release-24.05] flyctl: 0.2.120 -> 0.2.124 (#338751) (diff)
downloadnixpkgs-b13ef1a127e26a7ef04a0243d39a1498b22d964e.tar.gz
(cherry picked from commit 91b20d85ce6ea334f5fd248f64b0d1bd1c66a1d8)
-rw-r--r--pkgs/by-name/qq/qq/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/qq/qq/package.nix b/pkgs/by-name/qq/qq/package.nix
index 0167146e5785..6615c4133f8a 100644
--- a/pkgs/by-name/qq/qq/package.nix
+++ b/pkgs/by-name/qq/qq/package.nix
@@ -87,8 +87,8 @@ stdenv.mkDerivation {
makeShellWrapper $out/opt/QQ/qq $out/bin/qq \
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH" \
--prefix LD_PRELOAD : "${lib.makeLibraryPath [ libssh2 ]}/libssh2.so.1" \
- --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ libGL libuuid]}" \
- --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" \
+ --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ libGL libuuid ]}" \
+ --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime}}" \
--add-flags ${lib.escapeShellArg commandLineArgs} \
"''${gappsWrapperArgs[@]}"