Ableton Live Standard icon

Ableton Live Standard 12.2

Sound and music editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "ableton-live-standard",
  "version": "12.2",
  "src": {
    "url": "https://cdn-downloads.ableton.com/channels/12.2/ableton_live_standard_12.2_universal.dmg",
    "sha256": "08590f8ea080b23bcebdcbc0dfff89361ac5205d9b013c9e22964a720a09ce94"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Ableton Live 12 Standard.app\" && cp -r \"Ableton Live 12 Standard.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Sound and music editor",
    "homepage": "https://www.ableton.com/en/live/"
  }
}