lol

tcl.tclPackageHook: add dontWrapTclBinaries parameter

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