22 src = fetchFromRepoOrCz {
25 hash = "sha256-HFlXGmi6YcYP+ZAdu79lJHLBmtMEhW17gs4I2ekbr8M=";
32 perlPackages.PodPerldoc
41 perlPackages.StringEscape
42 perlPackages.DataHexdumper
48 ./nrgtool_fix_my.patch
49 ./removed_dvdcss_interface_2.patch
53 for cmd in raw96cdconv nrgtool; do
54 wrapProgram "$out/bin/$cmd" --prefix PERL5LIB : "$PERL5LIB"
69 homepage = "https://repo.or.cz/cdimgtools.git/blob_plain/refs/heads/release:/README.html";
70 description = "Tools to inspect and manipulate CD/DVD optical disc images";
71 license = licenses.gpl2Only;
72 maintainers = with maintainers; [ hhm ];
73 platforms = platforms.linux ++ platforms.darwin;