DJV Imaging icon

DJV Imaging 1.3.0

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": "1.3.0",
  "src": {
    "url": "https://downloads.sourceforge.net/djv/djv-stable/1.3.0/DJV-1.3.0-Darwin.dmg",
    "sha256": "5702e1a084377e0c0486b68c0fb5014b4e7aa3f4dbcd61bd489359859ad7589f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"DJV.app\" \"$out/Applications/DJV.app\""
  ],
  "meta": {
    "description": "Review software for VFX, animation, and film production",
    "homepage": "https://darbyjohnston.github.io/DJV/"
  }
}