16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 hash = "sha256-QFyRQ0V7din/rnkRvEWf521kSzN7HwJ3kZiQ43PAmVI=";
34 propagatedBuildInputs = [ lcms2 ];
41 enableParallelBuilding = true;
44 inherit imagemagick hdrmerge freeimage;
45 inherit (python3.pkgs) rawkit;
49 description = "Library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)";
50 homepage = "https://www.libraw.org/";
51 license = with licenses; [
55 platforms = platforms.unix;