Ableton Live Standard icon

Ableton Live Standard 12.1.1

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