Linphone icon

Linphone 6.2.2

Software for communication systems developers

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "linphone",
  "version": "6.2.2",
  "src": {
    "url": "https://download.linphone.org/releases/macosx/app/Linphone-6.2.2-mac.dmg",
    "sha256": "e94b9448e5bb3c08414d0279286b82310686a59df3866c60855e40ac4a2979bc"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Linphone.app\" && cp -r \"Linphone.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Software for communication systems developers",
    "homepage": "https://www.linphone.org/"
  }
}