Label LIVE icon

Label LIVE 3.8.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": "3.8.3",
  "src": {
    "url": "https://download.label.live/Label-LIVE-3.8.3.dmg",
    "sha256": "922eb8703eda28349c7c334b19a6934a0c638e84e8ccc7d1ec4d2675b1a2dee9"
  },
  "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/"
  }
}