Commit 1a67b294 authored by Weijia Wang's avatar Weijia Wang
Browse files

tremor-language-server: build on more platforms

parent f2d704d1
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
{ lib
, rustPlatform
, fetchFromGitHub
, llvmPackages
}:

rustPlatform.buildRustPackage rec {
@@ -15,7 +14,7 @@ rustPlatform.buildRustPackage rec {
    sha256 = "sha256-odYhpb3FkbIF1dc2DSpz3Lg+r39lhDKml9KGmbqJAtA=";
  };

  LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
  nativeBuildInputs = [ rustPlatform.bindgenHook ];

  cargoSha256 = "sha256-/RKwmslhMm30QxviVV7HthDHSmTmaGZn1hdt6bNF3d4=";

@@ -23,7 +22,6 @@ rustPlatform.buildRustPackage rec {
    description = "Tremor Language Server (Trill)";
    homepage = "https://www.tremor.rs/docs/next/getting-started/tooling";
    license = licenses.asl20;
    platforms = platforms.x86_64;
    maintainers = with maintainers; [ happysalada ];
  };
}