10 crystal.buildCrystalPackage rec {
14 src = fetchFromGitHub {
15 owner = "crystal-lang-tools";
18 sha256 = "sha256-hqyG1aKY3M8q8lZEKzpUUKl9jS7NF+VMsma6+C0sCbg=";
21 # a bunch of tests fail when built in the sandbox while perfectly fine outside
23 rm spec/scry/{client,completion_provider,context,executable}_spec.cr
28 nativeBuildInputs = [ makeWrapper ];
29 buildInputs = [ bash ];
31 shardsFile = ./shards.nix;
34 wrapProgram $out/bin/scry \
43 # the binary doesn't take any arguments, so this will hang
44 doInstallCheck = false;
47 description = "Code analysis server for the Crystal programming language";
48 homepage = "https://github.com/crystal-lang-tools/scry";
49 license = licenses.mit;
50 maintainers = with maintainers; [