7 stdenv.mkDerivation (finalAttrs: {
9 version = "0.1.8-unstable-2024-05-26";
11 nativeBuildInputs = [ cmake ];
13 src = fetchFromGitHub {
14 owner = "arabeyes-org";
16 rev = "07de1851722d0818d1f981df234e1b585eb60e05";
17 hash = "sha256-bhejnA7FfuopR27heliaE/vNd1Rqvnjj3n/vkjmimAw=";
21 description = "Islamic Tools and Libraries (ITL)";
23 The Islamic Tools and Libraries (ITL) project provides
24 a fully featured library for performing common Islamic calculations.
26 homepage = "https://www.arabeyes.org/ITL";
27 license = licenses.lgpl21Only;
28 platforms = platforms.all;
29 maintainers = with maintainers; [ amyipdev ];