_1password-gui: fix newline escape after #237925

+1 -1
+1 -1
pkgs/applications/misc/1password-gui/linux.nix
··· 131 131 makeShellWrapper $out/share/1password/1password $out/bin/1password \ 132 132 "''${gappsWrapperArgs[@]}" \ 133 133 --suffix PATH : ${lib.makeBinPath [ xdg-utils ]} \ 134 - --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ udev ]} \ 134 + --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ udev ]} 135 135 # Currently half broken on wayland (e.g. no copy functionality) 136 136 # See: https://github.com/NixOS/nixpkgs/pull/232718#issuecomment-1582123406 137 137 # Remove this comment when upstream fixes: