tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
_1password-gui: fix newline escape after #237925
Maxine Aubrey
2 years ago
a76847f3
8cf7dcb6
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
1password-gui
linux.nix
+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
134
-
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ udev ]} \
134
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: