Seamly2D icon

Seamly2D 2026.4.20.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.20.215",
  "src": {
    "url": "https://github.com/FashionFreedom/Seamly2D/releases/download/v2026.4.20.215/Seamly2D-macos.zip",
    "sha256": "4d030137583c19408e89aa79dd3dde72dc388f600a4de72b022dfa88d78f1e63"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Seamly2D.app\" && cp -r \"Seamly2D.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Pattern making software",
    "homepage": "https://seamly.io/"
  }
}