Ableton Live Lite icon

Ableton Live Lite 11.3.43

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