unbound: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-11 10:43:51 +01:00
parent c29a74bc7e
commit c568c9d65c
+1 -1
View File
@@ -147,7 +147,7 @@ stdenv.mkDerivation (finalAttrs: {
"--with-libhiredis=${hiredis}"
];
PROTOC_C = lib.optionalString withDNSTAP "${protobufc}/bin/protoc-c";
env.PROTOC_C = lib.optionalString withDNSTAP "${protobufc}/bin/protoc-c";
# Remove references to compile-time dependencies that are included in the configure flags
postConfigure =