_1password: rename pname to avoid collisions with 1password gui

Fixes https://github.com/NixOS/nixpkgs/issues/157752
This commit is contained in:
Mario Rodas 2022-02-12 04:20:00 +00:00
parent ba1a6cb962
commit 6a0b36148a

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchzip, autoPatchelfHook, fetchurl, xar, cpio }:
stdenv.mkDerivation rec {
pname = "1password";
pname = "1password-cli";
version = "1.12.2";
src =
if stdenv.isLinux then