forked from mirrors/nixpkgs
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,
|
||||
acl, attr, bzip2, e2fsprogs, libxml2, lzo, openssl, sharutils, xz, zlib,
|
||||
|
||||
# Optional
|
||||
xarSupport ? false,
|
||||
# Optional but increases closure only negligibly.
|
||||
xarSupport ? true,
|
||||
}:
|
||||
|
||||
assert xarSupport -> libxml2 != null;
|
||||
|
|
Loading…
Reference in a new issue