Label LIVE icon

Label LIVE 4.4.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.4.2",
  "src": {
    "url": "https://download.label.live/Label-LIVE-4.4.2.dmg",
    "sha256": "65978b010a021745a3f682e2bee6c9292ebaa8ede67555f658789e1793383be7"
  },
  "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/"
  }
}