rust-motd: prepare for structuredAttrs by moving OPENSSL_NO_VENDOR into env
This commit is contained in:
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
|
||||
openssl
|
||||
];
|
||||
|
||||
OPENSSL_NO_VENDOR = 1;
|
||||
env.OPENSSL_NO_VENDOR = 1;
|
||||
|
||||
meta = {
|
||||
description = "Beautiful, useful MOTD generation with zero runtime dependencies";
|
||||
|
||||
Reference in New Issue
Block a user