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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user