darktable icon

darktable 5.6.1

Photography workflow application and raw developer

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "darktable",
  "version": "5.6.1",
  "src": {
    "url": "https://github.com/darktable-org/darktable/releases/download/release-5.6.1/darktable-5.6.1-arm64.dmg",
    "sha256": "155c25a48e06023eeeda3640f6f4fc7848bc1ad8e7384ba1d7b63098986fbeda"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/darktable.app\" && cp -r \"darktable.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Photography workflow application and raw developer",
    "homepage": "https://www.darktable.org/"
  }
}