DJV Imaging icon

DJV Imaging 2.0.8

Review software for VFX, animation, and film production

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "djv",
  "version": "2.0.8",
  "src": {
    "url": "https://github.com/darbyjohnston/DJV/releases/download/2.0.8/DJV-2.0.8-Darwin.dmg",
    "sha256": "5df641ad2eb27d2beb35ec6ebb05a1d2a14c2af19b65aee370a1eac6fa5ae056"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/DJV2.app\" && cp -r \"DJV2.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Review software for VFX, animation, and film production",
    "homepage": "https://darbyjohnston.github.io/DJV/"
  }
}