1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "11mx8q29cr0sryd11awab7y4mhqgbamb1ss77rffjj6in8pb4hdk";
14 nativeBuildInputs = [ autoreconfHook ];
17 homepage = "https://github.com/Parchive/par2cmdline";
18 description = "PAR 2.0 compatible file verification and repair tool";
20 par2cmdline is a program for creating and using PAR2 files to detect
21 damage in data files and repair them if necessary. It can be used with
24 license = licenses.gpl2Plus;
26 platforms = platforms.all;