3
0
Fork 0
forked from mirrors/nixpkgs

_1password-gui: fix newline escape after #237925

This commit is contained in:
Maxine Aubrey 2023-06-15 17:01:19 +02:00
parent 8cf7dcb68d
commit a76847f3aa
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -131,7 +131,7 @@ in stdenv.mkDerivation {
makeShellWrapper $out/share/1password/1password $out/bin/1password \
"''${gappsWrapperArgs[@]}" \
--suffix PATH : ${lib.makeBinPath [ xdg-utils ]} \
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ udev ]} \
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ udev ]}
# Currently half broken on wayland (e.g. no copy functionality)
# See: https://github.com/NixOS/nixpkgs/pull/232718#issuecomment-1582123406
# Remove this comment when upstream fixes: