diff options
Diffstat (limited to 'textproc/py-typst/files')
| -rw-r--r-- | textproc/py-typst/files/patch-Cargo.lock | 26 | ||||
| -rw-r--r-- | textproc/py-typst/files/patch-Cargo.toml | 12 |
2 files changed, 38 insertions, 0 deletions
diff --git a/textproc/py-typst/files/patch-Cargo.lock b/textproc/py-typst/files/patch-Cargo.lock new file mode 100644 index 000000000000..737c34cce5e4 --- /dev/null +++ b/textproc/py-typst/files/patch-Cargo.lock @@ -0,0 +1,26 @@ +--- Cargo.lock.orig 2025-12-19 20:10:04 UTC ++++ Cargo.lock +@@ -1505,15 +1505,6 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00 + checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" + + [[package]] +-name = "openssl-src" +-version = "300.5.4+3.5.4" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "a507b3792995dae9b0df8a1c1e3771e8418b7c2d9f0baeba32e6fe8b06c7cb72" +-dependencies = [ +- "cc", +-] +- +-[[package]] + name = "openssl-sys" + version = "0.9.111" + source = "registry+https://github.com/rust-lang/crates.io-index" +@@ -1521,7 +1512,6 @@ dependencies = [ + dependencies = [ + "cc", + "libc", +- "openssl-src", + "pkg-config", + "vcpkg", + ] diff --git a/textproc/py-typst/files/patch-Cargo.toml b/textproc/py-typst/files/patch-Cargo.toml new file mode 100644 index 000000000000..96edc6b3f87d --- /dev/null +++ b/textproc/py-typst/files/patch-Cargo.toml @@ -0,0 +1,12 @@ +--- Cargo.toml.orig 2025-12-19 20:11:31 UTC ++++ Cargo.toml +@@ -27,8 +27,7 @@ typst-kit = { version = "0.14.1", features = [ + typst = "0.14.1" + typst-kit = { version = "0.14.1", features = [ + "downloads", +- "embed-fonts", +- "vendor-openssl", ++ "embed-fonts" + ] } + typst-pdf = "0.14.1" + typst-svg = "0.14.1" |
