Seamly2D icon

Seamly2D 2026.4.27.215

Pattern making software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    seamly2d # Seamly2D
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    seamly2d # Seamly2D
  ];
}

Package Definition

{
  "pname": "seamly2d",
  "version": "2026.4.27.215",
  "src": {
    "url": "https://github.com/FashionFreedom/Seamly2D/releases/download/v2026.4.27.215/Seamly2D-macos.zip",
    "sha256": "58714bbbdefca49d4436d07c6fd4e10c72690e6db73182858d0f3cd3ce9be101"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Seamly2D.app\" && cp -r \"Seamly2D.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Pattern making software",
    "homepage": "https://seamly.io/"
  }
}