libarchive: Support lzo

+2 -2
+2 -2
pkgs/development/libraries/libarchive/default.nix
··· 1 - { fetchurl, stdenv, acl, openssl, libxml2, attr, zlib, bzip2, e2fsprogs, xz 1 + { fetchurl, stdenv, acl, openssl, libxml2, attr, zlib, bzip2, e2fsprogs, xz, lzo 2 2 , sharutils }: 3 3 4 4 stdenv.mkDerivation rec { ··· 18 18 # ^ it's CVE-2015-2304 specific to libarchive 19 19 ]; 20 20 21 - buildInputs = [ sharutils libxml2 zlib bzip2 openssl xz ] ++ 21 + buildInputs = [ sharutils libxml2 zlib bzip2 openssl xz lzo ] ++ 22 22 stdenv.lib.optionals stdenv.isLinux [ e2fsprogs attr acl ]; 23 23 24 24 preBuild = if stdenv.isCygwin then ''