Loading pkgs/build-support/dotnet/build-dotnet-module/hooks/dotnet-fixup-hook.sh +2 −1 Original line number Diff line number Diff line # Inherit arguments from the derivation makeWrapperArgs=( ${makeWrapperArgs-} ) declare -a derivationMakeWrapperArgs="( ${makeWrapperArgs-} )" makeWrapperArgs=( "${derivationMakeWrapperArgs[@]}" ) # First argument is the executable you want to wrap, # the second is the destination for the wrapper. Loading Loading
pkgs/build-support/dotnet/build-dotnet-module/hooks/dotnet-fixup-hook.sh +2 −1 Original line number Diff line number Diff line # Inherit arguments from the derivation makeWrapperArgs=( ${makeWrapperArgs-} ) declare -a derivationMakeWrapperArgs="( ${makeWrapperArgs-} )" makeWrapperArgs=( "${derivationMakeWrapperArgs[@]}" ) # First argument is the executable you want to wrap, # the second is the destination for the wrapper. Loading