_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 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib, stdenv, fetchzip, autoPatchelfHook, fetchurl, xar, cpio }:
|
{ lib, stdenv, fetchzip, autoPatchelfHook, fetchurl, xar, cpio }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "1password";
|
pname = "1password-cli";
|
||||||
version = "1.12.2";
|
version = "1.12.2";
|
||||||
src =
|
src =
|
||||||
if stdenv.isLinux then
|
if stdenv.isLinux then
|
||||||
|
|
Loading…
Reference in a new issue