3
0
Fork 0
forked from mirrors/nixpkgs

libarchive: include XAR support by default

Discussion:
https://github.com/NixOS/nixpkgs/pull/17834
This commit is contained in:
Vladimír Čunát 2016-09-11 11:51:04 +02:00
parent 0187c7df7c
commit 856b4623c4

View file

@ -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;