3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #218991 from Trundle/builddotnetmodule-space-wrapper-args

This commit is contained in:
Sandro 2023-03-31 01:19:55 +02:00 committed by GitHub
commit 06c40b7498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
# 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.