···2525 passthru = {
2626 # Extract the function call used to create a binary wrapper from its embedded docstring
2727 extractCmd = writeShellScript "extract-binary-wrapper-cmd" ''
2828- ${cc.bintools.targetPrefix}strings -dw "$1" | sed -n '/^makeCWrapper/,/^$/ p'
2828+ ${targetPackages.gnuStdenv.cc.bintools.targetPrefix}strings -dw "$1" | sed -n '/^makeCWrapper/,/^$/ p'
2929 '';
30303131 tests = tests.makeBinaryWrapper;