Ableton Live Standard icon

Ableton Live Standard 12.1.11

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