Revert "stdenv/setup.sh: unbreak *.lz sources on darwin"
This reverts commit fcafdd27616b91049c506441802b9cfe970388d4. We're trying to modularise stdenv, not add more ad-hoc compression support.
This commit is contained in:
parent
74b808a66f
commit
3360fa1afb
@ -450,10 +450,6 @@ unpackFile() {
|
|||||||
# Don't rely on tar knowing about .xz.
|
# Don't rely on tar knowing about .xz.
|
||||||
xz -d < $curSrc | tar xf -
|
xz -d < $curSrc | tar xf -
|
||||||
;;
|
;;
|
||||||
*.tar.lz )
|
|
||||||
# Don't rely on tar knowing about .lz.
|
|
||||||
lzip -d < $curSrc | tar xf -
|
|
||||||
;;
|
|
||||||
*.tar | *.tar.* | *.tgz | *.tbz2)
|
*.tar | *.tar.* | *.tgz | *.tbz2)
|
||||||
# GNU tar can automatically select the decompression method
|
# GNU tar can automatically select the decompression method
|
||||||
# (info "(tar) gzip").
|
# (info "(tar) gzip").
|
||||||
|
Loading…
x
Reference in New Issue
Block a user