5 rustPlatform.buildRustPackage rec {
9 src = fetchFromGitHub {
13 # darwin/linux hash mismatch
15 rm -rf "$out"/rawler/data/testdata/cameras/Canon/{"EOS REBEL T7i","EOS Rebel T7i"}
17 hash = "sha256-k0tKNtVDzE5vVi/953aEQihh+5BsVneqauTr9WRFFrY=";
20 cargoHash = "sha256-6qJFNfgWh3i1CpuM/QdLksVAFz4XIV8uT5oz5BZ3U30=";
23 rm $out/bin/benchmark $out/bin/identify
27 description = "Camera RAW to DNG file format converter";
28 homepage = "https://github.com/dnglab/dnglab";
29 license = licenses.lgpl21Only;
30 maintainers = with maintainers; [ dit7ya ];
31 mainProgram = "dnglab";