Ableton Live Lite icon

Ableton Live Lite 12.4.2

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.4.2",
  "src": {
    "url": "https://cdn-downloads.ableton.com/channels/12.4.2/ableton_live_lite_12.4.2_universal.dmg",
    "sha256": "d0cf9316868d5a5a16f6a6d4fafa058e77d2d398bad9e1123221d467a8b31193"
  },
  "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/"
  }
}