Attempt to fix OpenSSL build under nix

This commit is contained in:
link2xt
2024-03-04 23:16:53 +00:00
parent ea728e9b62
commit f222c382d5
3 changed files with 7 additions and 7 deletions

View File

@@ -30,6 +30,9 @@ opt-level = "z"
codegen-units = 1
strip = true
[patch.crates-io]
openssl-src = { git = "https://github.com/link2xt/openssl-src-rs.git", branch = "link2xt/copy-symlink" }
[dependencies]
deltachat_derive = { path = "./deltachat_derive" }
deltachat-time = { path = "./deltachat-time" }