Label LIVE icon

Label LIVE 4.4.3

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.4.3",
  "src": {
    "url": "https://download.label.live/Label-LIVE-4.4.3.dmg",
    "sha256": "783b9c6430db91e3e03544b6a3f39fca21af3d73fa453367045ca8139c5b5630"
  },
  "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/"
  }
}