9 pname = "jrl-cmakemodules";
10 version = "0-unstable-2024-09-17";
12 src = fetchFromGitHub {
13 owner = "jrl-umi3218";
14 repo = "jrl-cmakemodules";
15 rev = "31e46019beda968ba9e516ad645a951c64256eed";
16 hash = "sha256-pe21tE0ngUYGhEuGSI71TMdwyqTmZhc53hPKHngkTGQ=";
19 nativeBuildInputs = [ cmake ];
22 description = "CMake utility toolbox";
23 homepage = "https://github.com/jrl-umi3218/jrl-cmakemodules";
24 license = lib.licenses.lgpl3Plus;
25 maintainers = [ lib.maintainers.nim65s ];
26 platforms = lib.platforms.all;