Ableton Live Standard icon

Ableton Live Standard 11.3.43

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.43",
  "src": {
    "url": "https://cdn-downloads.ableton.com/channels/11.3.43/ableton_live_standard_11.3.43_universal.dmg",
    "sha256": "dbd58ba60b7405a96b15c56b3c4d4a38095050308bf0db9189ecb290d0ad0401"
  },
  "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/"
  }
}