7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-jMpFxzosaCedwsJ8URlR3Gd/mnlgSBEfA3oIymmEPFU=";
18 cargoHash = "sha256-zESRtefoObpUsu4RfTsqJAyBNylouXffpNK3W/X+w9M=";
20 doInstallCheck = true;
22 $out/bin/glas --help > /dev/null
26 description = "Language server for the Gleam programming language";
27 homepage = "https://github.com/maurobalbi/glas";
28 changelog = "https://github.com/maurobalbi/glas/tag/v${version}";
29 license = with lib.licenses; [
34 maintainers = with lib.maintainers; [ bhankas ];