1password: Install polkit action file (#132478)

Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
main
David Reaver 3 years ago committed by GitHub
parent e83263ad66
commit 8eb28bed2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/applications/misc/1password-gui/default.nix

@ -86,6 +86,9 @@ stdenv.mkDerivation rec {
substituteInPlace $out/share/applications/${pname}.desktop \
--replace 'Exec=/opt/1Password/${pname}' 'Exec=${pname}'
# Polkit file
install -Dm 0644 -t $out/share/polkit-1/actions com.1password.1Password.policy
# Icons
cp -a resources/icons $out/share

Loading…
Cancel
Save