QQ icon

QQ 6.9.86_251203_01

Instant messaging tool

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    qq # QQ
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    qq # QQ
  ];
}

Package Definition

{
  "pname": "qq",
  "version": "6.9.86_251203_01",
  "src": {
    "url": "https://dldir1v6.qq.com/qqfile/qq/QQNT/Mac/QQ_6.9.86_251203_01.dmg",
    "sha256": "4331f75d86c044080d8ba58207ff4a65b38df41aa91f6796cd8a3a9f4bac0b32"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/QQ.app\" && cp -r \"QQ.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Instant messaging tool",
    "homepage": "https://im.qq.com/macqq/index.shtml"
  }
}