bundled-common, bundlerEnv: always use __structuredAttrs = true (#539805)

This commit is contained in:
Yohann Boniface
2026-07-14 12:58:08 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -243,7 +243,7 @@ let
basicEnv =
if copyGemFiles then
runCommand name' basicEnvArgs ''
runCommand name' (basicEnvArgs // { __structuredAttrs = true; }) ''
mkdir -p $out
for i in $paths; do
${buildPackages.rsync}/bin/rsync -a $i/lib $out/
@@ -102,7 +102,7 @@ else
};
in
if copyGemFiles then
runCommand basicEnv.name bundlerEnvArgs ''
runCommand basicEnv.name (bundlerEnvArgs // { __structuredAttrs = true; }) ''
mkdir -p $out
for i in $paths; do
${buildPackages.rsync}/bin/rsync -a $i/lib $out/