forked from mirrors/nixpkgs
_1password: rename pname to avoid collisions with 1password gui
Fixes https://github.com/NixOS/nixpkgs/issues/157752
This commit is contained in:
parent
ba1a6cb962
commit
6a0b36148a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue