transmission-rss: prepare for structuredAttrs by moving OPENSSL_NO_VENDOR into env
This commit is contained in:
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
OPENSSL_NO_VENDOR = 1;
|
||||
env.OPENSSL_NO_VENDOR = 1;
|
||||
|
||||
meta = {
|
||||
description = "Add torrents to transmission based on RSS list";
|
||||
|
||||
Reference in New Issue
Block a user