1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-iWp2S3s8z/y4dZ66Ogqu7Yf4gTUvSS1J5F7d0ifRbcY=";
14 nativeBuildInputs = [ autoreconfHook ];
19 homepage = "https://hebcal.github.io";
20 description = "A perpetual Jewish Calendar";
21 longDescription = "Hebcal is a program which prints out the days in the Jewish calendar for a given Gregorian year. Hebcal is fairly flexible in terms of which events in the Jewish calendar it displays.";
22 license = licenses.gpl2;
23 maintainers = [ maintainers.hhm ];
24 platforms = platforms.all;