1 { lib, stdenv, fetchFromGitHub, pkg-config, autoreconfHook, glib, pcre }:
7 src = fetchFromGitHub {
10 rev = "d66e4320cd0bbcc83253baddafe87f9e0e83caa6";
11 sha256 = "0bzyv6qmnivxnv9nw7lnfn46k0m1dlxcjj53zcva6v8y8084l1iw";
14 nativeBuildInputs = [ autoreconfHook pkg-config ];
15 buildInputs = [ glib pcre ];
18 description = "Only backup program that doesn't make backups";
19 homepage = "https://github.com/miekg/rdup";
20 license = lib.licenses.gpl3;
21 platforms = lib.platforms.linux;
22 maintainers = with lib.maintainers; [ sternenseemann ];