Ableton Live Standard icon

Ableton Live Standard 11.3.40

Sound and music editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "ableton-live-standard_11",
  "version": "11.3.40",
  "src": {
    "url": "https://cdn-downloads.ableton.com/channels/11.3.40/ableton_live_standard_11.3.40_universal.dmg",
    "sha256": "ae8fe85f6d974d8936020817a6122c50046e4edc5e0df950d983cc4ecc8c4f6d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Ableton Live 11 Standard.app\" \"$out/Applications/Ableton Live 11 Standard.app\""
  ],
  "meta": {
    "description": "Sound and music editor",
    "homepage": "https://www.ableton.com/en/live/"
  }
}