RawTherapee icon

RawTherapee 5.13

RAW photo processor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "rawtherapee",
  "version": "5.13",
  "src": {
    "url": "https://rawtherapee.com/shared/builds/mac/RawTherapee_MacOS_26.0_Universal_5.13.zip",
    "sha256": "795a32a688afa5b127dfd768c25c77649859ababa206352e865f6587c66c45a7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/RawTherapee.app\" && cp -r \"RawTherapee.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/RawTherapee.app/Contents/MacOS/rawtherapee-cli\" \"$out/bin/rawtherapee-cli\""
  ],
  "meta": {
    "description": "RAW photo processor",
    "homepage": "https://rawtherapee.com/"
  }
}