Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1password CLI and GUI packages have clashing pnames #157752

Closed
vojtechkral opened this issue Feb 1, 2022 · 1 comment · Fixed by #159659
Closed

1password CLI and GUI packages have clashing pnames #157752

vojtechkral opened this issue Feb 1, 2022 · 1 comment · Fixed by #159659

Comments

@vojtechkral
Copy link

Describe the bug

1password CLI and GUI packages have clashing names. This causes that during an upgrade, the GUI one replaces the CLI one.

Steps To Reproduce

Steps to reproduce the behavior:

  1. install nixos._1password
  2. nix-env -u
  3. nixos._1password gets replaced by nixos._1password-gui

Expected behavior

No conflict.

Additional context


Notify maintainers

@joelburget @marsam

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I)

       at «string»:1:25:

            1| {...}@args: with import <nixpkgs> args; (pkgs.runCommandCC or pkgs.runCommand) "shell" { buildInputs = [ (nix-info) ]; } ""
             |                         ^
(use '--show-trace' to show detailed location information)
@vojtechkral vojtechkral changed the title 1password CLI and GUI packages have clashing names 1password CLI and GUI packages have clashing Pnames Feb 1, 2022
@vojtechkral vojtechkral changed the title 1password CLI and GUI packages have clashing Pnames 1password CLI and GUI packages have clashing pnames Feb 1, 2022
@vojtechkral
Copy link
Author

Nice, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant