Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gzip: use makeShellWrapper instead of makeWrapper
makeWrapper is in default makeShellWrapper but sometimes it is beneficial to switch it in overlay to makeBinaryWrapper, but gzip is injecting shell expansion that doesn't work binary wrapper. Thus this takes shell wrapper explicitly as a dependency now.
- Loading branch information