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