Label LIVE icon

Label LIVE 4.0.2

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.0.2",
  "src": {
    "url": "https://download.label.live/Label-LIVE-4.0.2.dmg",
    "sha256": "eca8c38cf1ed04ec7a0185ce4607042c63a9927578597819194647e6f76e5473"
  },
  "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/"
  }
}