Ableton Live Suite icon

Ableton Live Suite 12.1.10

Sound and music editor

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    ableton-live-suite # Ableton Live Suite
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    ableton-live-suite # Ableton Live Suite
  ];
}

Package Definition

{
  "pname": "ableton-live-suite",
  "version": "12.1.10",
  "src": {
    "url": "https://cdn-downloads.ableton.com/channels/12.1.10/ableton_live_suite_12.1.10_universal.dmg",
    "sha256": "6ea2a0ba45befaaf6a3d050d28b75aa2688c31c3fa6bc845d0775d25e6bfe461"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Ableton Live 12 Suite.app\" && cp -r \"Ableton Live 12 Suite.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Sound and music editor",
    "homepage": "https://www.ableton.com/en/live/"
  }
}