6 # https://crystal-lang.org/2019/09/06/parallelism-in-crystal/
8 static ? stdenv.hostPlatform.isStatic,
11 crystal.buildCrystalPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-CmMF9jDKUo+c8dYc2UEHKdBDE4dgwExcRS5sSUsUJik=";
22 buildTargets = [ "${if static then "static" else "build"}${if multithreading then "_mt" else ""}" ];
25 description = "Gay sharks at your local terminal - lolcat-like CLI tool";
26 homepage = "https://blahaj.queer.software";
27 license = licenses.bsd2;
28 maintainers = with maintainers; [
32 mainProgram = "blahaj";