Linphone icon

Linphone 5.2.6

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": "5.2.6",
  "src": {
    "url": "https://download.linphone.org/releases/macosx/app/Linphone-5.2.6-mac.dmg",
    "sha256": "52bae07b0daf8f0e8cd8bba4ce7a2e38a9dc41d1ff8069e727fc4afd221dfc1f"
  },
  "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/"
  }
}