Commit d004e444 authored by Robert Schütz's avatar Robert Schütz
Browse files

bitwarden-cli: mark broken on Darwin

parent 4c3eaa9d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -98,6 +98,8 @@ buildNpmPackage rec {
  };

  meta = {
    # https://github.com/NixOS/nixpkgs/issues/339576
    broken = stdenv.hostPlatform.isDarwin;
    changelog = "https://github.com/bitwarden/clients/releases/tag/${src.tag}";
    description = "Secure and free password manager for all of your devices";
    homepage = "https://bitwarden.com";