6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-WLk8EHzpqUPhrmnRK6mP/4MDfSinytgVDZWi1/OfkyU=";
17 cargoHash = "sha256-QkD1dEEphYP0eL4qPe+TAv1ATyVcw5rSPiiIkk21Dms=";
20 substituteInPlace vhdl_lang/src/config.rs \
21 --replace /usr/lib $out/lib
25 mkdir -p $out/lib/rust_hdl
26 cp -r vhdl_libraries $out/lib/rust_hdl
30 description = "Fast VHDL language server";
31 homepage = "https://github.com/VHDL-LS/rust_hdl";
32 license = lib.licenses.mpl20;
33 mainProgram = "vhdl_ls";
34 maintainers = with lib.maintainers; [ doronbehar ];