_1password-gui: inline pname in desktop file installation

- Replace `${pname}` with explicit `1password` in desktop file
installation and substitution.
- Ensures consistency with upstream naming and avoids unnecessary
indirection in paths and Exec entries.

+3 -3
+3 -3
pkgs/by-name/_1/_1password-gui/linux.nix
··· 109 109 cp -a * $out/share/1password 110 110 111 111 # Desktop file 112 - install -Dt $out/share/applications resources/${pname}.desktop 113 - substituteInPlace $out/share/applications/${pname}.desktop \ 114 - --replace-fail 'Exec=/opt/1Password/${pname}' 'Exec=${pname}' 112 + install -Dt $out/share/applications resources/1password.desktop 113 + substituteInPlace $out/share/applications/1password.desktop \ 114 + --replace-fail 'Exec=/opt/1Password/1password' 'Exec=1password' 115 115 116 116 '' 117 117 + (lib.optionalString (polkitPolicyOwners != [ ]) ''