Seamly2D icon

Seamly2D 2026.5.18.216

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