16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 hash = "sha256-QFyRQ0V7din/rnkRvEWf521kSzN7HwJ3kZiQ43PAmVI=";
27 outputs = [ "out" "lib" "dev" "doc" ];
29 propagatedBuildInputs = [ lcms2 ];
31 nativeBuildInputs = [ autoreconfHook pkg-config ];
33 enableParallelBuilding = true;
36 inherit imagemagick hdrmerge freeimage;
37 inherit (deepin) deepin-image-viewer;
38 inherit (python3.pkgs) rawkit;
42 description = "Library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)";
43 homepage = "https://www.libraw.org/";
44 license = with licenses; [ cddl lgpl2Plus ];
45 platforms = platforms.unix;