mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
patchPhase: Handle xz compression
This commit is contained in:
parent
522acfd2f4
commit
70edf15997
@ -543,6 +543,9 @@ patchPhase() {
|
||||
*.bz2)
|
||||
uncompress="bzip2 -d"
|
||||
;;
|
||||
*.xz)
|
||||
uncompress="xz -d"
|
||||
;;
|
||||
*.lzma)
|
||||
uncompress="lzma -d"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user