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