9 stdenv.mkDerivation rec {
11 version = "unstable-2022-02-05";
13 src = fetchFromSourcehut {
16 rev = "cdf70bb18dc60c66c074d4810cb37b9e697811e5";
17 sha256 = "sha256-laf1DEtdEs7q+rtp5Y5rb+7AGsKUv5T413CFWJiURWw=";
20 autoreconfFlags = "-if";
22 autoreconfHook pkg-config check
26 description = "What would cron do? Read crontab entries from stdin and print time of next execution(s)";
27 homepage = "https://git.sr.ht/~bitfehler/wwcd";
28 license = licenses.mit;
29 maintainers = with maintainers; [ laalsaas ];