squawk: prepare for structuredAttrs by moving OPENSSL_NO_VENDOR into env

This commit is contained in:
Stefan Frijters
2025-12-30 22:53:36 +01:00
parent 21a11e5536
commit 7b8ea79632
+4 -2
View File
@@ -31,9 +31,11 @@ rustPlatform.buildRustPackage rec {
openssl
];
OPENSSL_NO_VENDOR = 1;
env = {
OPENSSL_NO_VENDOR = 1;
LIBPG_QUERY_PATH = libpg_query;
LIBPG_QUERY_PATH = libpg_query;
};
checkFlags = [
# depends on the PostgreSQL version