darktable icon

darktable 5.4.0

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.4.0",
  "src": {
    "url": "https://github.com/darktable-org/darktable/releases/download/release-5.4.0/darktable-5.4.0-arm64.dmg",
    "sha256": "17e1eaf2bd7ab0ada2e93d4bba2ba6b81345e99eb338635682d08dae64d7a150"
  },
  "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/"
  }
}