lol

tcl.tclPackageHook: add dontWrapTclBinaries parameter

+2
+2
pkgs/development/interpreters/tcl/tcl-package-hook.sh
··· 41 41 42 42 # Wrap any freshly-installed binaries and set up their TCLLIBPATH 43 43 wrapTclBins() { 44 + if [ "$dontWrapTclBinaries" ]; then return; fi 45 + 44 46 if [[ -z "${TCLLIBPATH-}" ]]; then 45 47 echo "skipping automatic Tcl binary wrapping (nothing to do)" 46 48 return