Label LIVE icon

Label LIVE 4.0.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.0.3",
  "src": {
    "url": "https://download.label.live/Label-LIVE-4.0.3.dmg",
    "sha256": "d866f36ee50b23fdb94a24011cc40d81496b5306db7f926713456fc165236f61"
  },
  "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/"
  }
}