Ableton Live Lite icon

Ableton Live Lite 11.3.42

Sound and music editor

Installation

System wide:

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

Home Manager:

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

Package Definition

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