11 buildPythonPackage rec {
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-2Sz3JrNmIGOnad+qjRzbAgsFEzDtwBT0KLEFyQKZra4=";
24 substituteInPlace sysrsync/command_maker.py \
25 --replace-fail "'rsync'" "'${rsync}/bin/rsync'"
37 pythonImportsCheck = [ "sysrsync" ];
40 description = "Simple and safe system's rsync wrapper for Python";
41 homepage = "https://github.com/gchamon/sysrsync";
42 license = licenses.mit;
43 maintainers = with maintainers; [ veprbl ];