Label LIVE icon

Label LIVE 4.1.5

Label design and printer software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    label-live # Label LIVE
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    label-live # Label LIVE
  ];
}

Package Definition

{
  "pname": "label-live",
  "version": "4.1.5",
  "src": {
    "url": "https://download.label.live/Label-LIVE-4.1.5.dmg",
    "sha256": "28c0765a725dde8cad00ce048b594eaa437c2104ea569606b3df02ff32557209"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Label LIVE.app\" && cp -r \"Label LIVE.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Label design and printer software",
    "homepage": "https://label.live/"
  }
}