typst: set version explicitly (#410441)

This commit is contained in:
Pol Dellaiera
2025-05-24 14:28:32 +00:00
committed by GitHub
+2
View File
@@ -36,6 +36,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
env = {
GEN_ARTIFACTS = "artifacts";
OPENSSL_NO_VENDOR = true;
# to not have "unknown hash" in help output
TYPST_VERSION = finalAttrs.version;
};
# Fix for "Found argument '--test-threads' which wasn't expected, or isn't valid in this context"