Ableton Live Suite icon

Ableton Live Suite 12.1.11

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.11",
  "src": {
    "url": "https://cdn-downloads.ableton.com/channels/12.1.11/ableton_live_suite_12.1.11_universal.dmg",
    "sha256": "cc5e04195bb571da08e7fd86517bcccd9de71ff940e903283a709dc787dd9c4d"
  },
  "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/"
  }
}