Ableton Live Standard icon

Ableton Live Standard 11.3.41

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.41",
  "src": {
    "url": "https://cdn-downloads.ableton.com/channels/11.3.41/ableton_live_standard_11.3.41_universal.dmg",
    "sha256": "1be6279be7c490350940093df58c0c776aa8baa72531ae040cf2a8a1a9676dca"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Ableton Live 11 Standard.app\" && cp -r \"Ableton Live 11 Standard.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Sound and music editor",
    "homepage": "https://www.ableton.com/en/live/"
  }
}