12 pname = "das_watchdog";
13 version = "unstable-2015-09-12";
15 src = fetchFromGitHub {
16 owner = "kmatheussen";
17 repo = "das_watchdog";
18 rev = "5ac0db0b98e5b4e690aca0aa7fb6ec60ceddcb06";
19 sha256 = "sha256-eacUn/gYCEHtHdQf3lBPYvY3kfN3Bik7AolAPpbbwQs=";
22 nativeBuildInputs = [ pkg-config ];
31 cp das_watchdog $out/bin/
36 homepage = "https://github.com/kmatheussen/das_watchdog";
37 description = "General watchdog for the linux operating system";
39 It should run in the background at all times to ensure a realtime process
40 won't hang the machine.";
42 license = licenses.free;
43 maintainers = [ maintainers.magnetophon ];
44 platforms = platforms.linux;