netbsd: use env. to pass RENAME environment variable

This is required to test netbsd.compat with structuredAttrs turned on
once the setup hooks support it.
This commit is contained in:
Wolfgang Walther
2024-09-08 22:11:10 +02:00
parent 4153e8f02f
commit 01126ae1e7
@@ -74,7 +74,7 @@ mkDerivation (
# Makefiles only invoke `$OBJCOPY -x/-X`, so cctools strip works here.
"OBJCOPY=${cctools}/bin/strip"
];
RENAME = "-D";
env.RENAME = "-D";
passthru.tests = {
netbsd-install = install;