Skip to content

Commit c18ed75

Browse files
authored
joplin-desktop: revert addition of --enable-wayland-ime (#411104)
2 parents b42493f + 838dcf1 commit c18ed75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/jo/joplin-desktop/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ let
6060

6161
extraInstallCommands = ''
6262
wrapProgram $out/bin/joplin-desktop \
63-
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform=wayland --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}"
63+
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform=wayland --enable-features=WaylandWindowDecorations}}"
6464
install -Dm644 ${appimageContents}/joplin.desktop $out/share/applications/joplin.desktop
6565
install -Dm644 ${appimageContents}/joplin.png $out/share/pixmaps/joplin.png
6666
substituteInPlace $out/share/applications/joplin.desktop \

0 commit comments

Comments
 (0)