From 01126ae1e7026b2f2690579c55fdc65fa93897b2 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 8 Sep 2024 20:16:24 +0200 Subject: [PATCH] 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. --- pkgs/os-specific/bsd/netbsd/pkgs/compat/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/bsd/netbsd/pkgs/compat/package.nix b/pkgs/os-specific/bsd/netbsd/pkgs/compat/package.nix index 40113028bbf1..56db4901c6a8 100644 --- a/pkgs/os-specific/bsd/netbsd/pkgs/compat/package.nix +++ b/pkgs/os-specific/bsd/netbsd/pkgs/compat/package.nix @@ -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;