squawk: prepare for structuredAttrs by moving OPENSSL_NO_VENDOR into env
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user