libarchive: include XAR support by default
Discussion: https://github.com/NixOS/nixpkgs/pull/17834
This commit is contained in:
parent
0187c7df7c
commit
856b4623c4
@ -2,8 +2,8 @@
|
|||||||
fetchurl, stdenv,
|
fetchurl, stdenv,
|
||||||
acl, attr, bzip2, e2fsprogs, libxml2, lzo, openssl, sharutils, xz, zlib,
|
acl, attr, bzip2, e2fsprogs, libxml2, lzo, openssl, sharutils, xz, zlib,
|
||||||
|
|
||||||
# Optional
|
# Optional but increases closure only negligibly.
|
||||||
xarSupport ? false,
|
xarSupport ? true,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert xarSupport -> libxml2 != null;
|
assert xarSupport -> libxml2 != null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user