7 stdenv.mkDerivation rec {
8 pname = "lukesmithxyz-bible-kjv";
9 version = "unstable-2022-06-01";
11 src = fetchFromGitHub {
12 owner = "lukesmithxyz";
14 rev = "1b675c0396806a2a3d134c51fd11d9fed8ea3dc5";
15 hash = "sha256-ii5SGZmO99VYbKdebfEbN3rL7LLSSQ0jm5mGqX2G3o0=";
18 buildInputs = [ gawk ];
20 makeFlags = [ "PREFIX=$(out)" ];
23 description = "Read the Word of God from your terminal + Apocrypha";
25 homepage = "https://lukesmith.xyz/articles/command-line-bibles";
26 license = licenses.unlicense;
27 platforms = platforms.unix;
28 maintainers = [ maintainers.wesleyjrz ];