Loading pkgs/tools/misc/tremor-rs/ls.nix +1 −3 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub , llvmPackages }: rustPlatform.buildRustPackage rec { Loading @@ -15,7 +14,7 @@ rustPlatform.buildRustPackage rec { sha256 = "sha256-odYhpb3FkbIF1dc2DSpz3Lg+r39lhDKml9KGmbqJAtA="; }; LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib"; nativeBuildInputs = [ rustPlatform.bindgenHook ]; cargoSha256 = "sha256-/RKwmslhMm30QxviVV7HthDHSmTmaGZn1hdt6bNF3d4="; Loading @@ -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 ]; }; } Loading
pkgs/tools/misc/tremor-rs/ls.nix +1 −3 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub , llvmPackages }: rustPlatform.buildRustPackage rec { Loading @@ -15,7 +14,7 @@ rustPlatform.buildRustPackage rec { sha256 = "sha256-odYhpb3FkbIF1dc2DSpz3Lg+r39lhDKml9KGmbqJAtA="; }; LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib"; nativeBuildInputs = [ rustPlatform.bindgenHook ]; cargoSha256 = "sha256-/RKwmslhMm30QxviVV7HthDHSmTmaGZn1hdt6bNF3d4="; Loading @@ -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 ]; }; }