From d955df5f27816d0a510175699e9ab4eb7586cc82 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 11 Jun 2023 12:27:44 -0400 Subject: [PATCH] typst-lsp: unbroken --- srcpkgs/typst-lsp/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/typst-lsp/template b/srcpkgs/typst-lsp/template index 339ae5ddb0d..6d4f0cef0ae 100644 --- a/srcpkgs/typst-lsp/template +++ b/srcpkgs/typst-lsp/template @@ -10,10 +10,6 @@ homepage="https://github.com/nvarner/typst-lsp" distfiles="https://github.com/nvarner/typst-lsp/archive/refs/tags/v${version}.tar.gz" checksum=99a6143118fb8dc40f7b69a0a4d1b02f4ef9a06e8606f73ff0d5c1100e9e999d -if [ "$XBPS_TARGET_MACHINE" = i686 ]; then - broken="cargo needs to dynlink libgit2, broken on builders: https://build.voidlinux.org/builders/i686_builder/builds/43240" -fi - post_install() { vlicense LICENSE-MIT.txt }