Ableton Live Lite icon

Ableton Live Lite 12.3.6

Sound and music editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "ableton-live-lite",
  "version": "12.3.6",
  "src": {
    "url": "https://cdn-downloads.ableton.com/channels/12.3.6/ableton_live_lite_12.3.6_universal.dmg",
    "sha256": "aa4ebbefe3dd6073606c87287476a0d904e0a8395bb6c2892153cdc187f61127"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Ableton Live 12 Lite.app\" && cp -r \"Ableton Live 12 Lite.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Sound and music editor",
    "homepage": "https://www.ableton.com/en/products/live-lite/"
  }
}