about summary refs log tree commit diff
path: root/pkgs/development/libraries/libarchive
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-09-23 20:49:03 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-09-23 20:49:03 -0700
commit09d336ea5ec198663011eac93b30649fcc5f294c (patch)
tree73c4a274db93783b8466e05235796078a6eabea0 /pkgs/development/libraries/libarchive
parente7605dd08b460bc824b1f568c62b20a50d3fa18b (diff)
downloadnixlib-09d336ea5ec198663011eac93b30649fcc5f294c.tar
nixlib-09d336ea5ec198663011eac93b30649fcc5f294c.tar.gz
nixlib-09d336ea5ec198663011eac93b30649fcc5f294c.tar.bz2
nixlib-09d336ea5ec198663011eac93b30649fcc5f294c.tar.lz
nixlib-09d336ea5ec198663011eac93b30649fcc5f294c.tar.xz
nixlib-09d336ea5ec198663011eac93b30649fcc5f294c.tar.zst
nixlib-09d336ea5ec198663011eac93b30649fcc5f294c.zip
libarchive: Support lzo
Diffstat (limited to 'pkgs/development/libraries/libarchive')
-rw-r--r--pkgs/development/libraries/libarchive/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libarchive/default.nix b/pkgs/development/libraries/libarchive/default.nix
index 1ec253dccd63..837db32ea4bc 100644
--- a/pkgs/development/libraries/libarchive/default.nix
+++ b/pkgs/development/libraries/libarchive/default.nix
@@ -1,4 +1,4 @@
-{ fetchurl, stdenv, acl, openssl, libxml2, attr, zlib, bzip2, e2fsprogs, xz
+{ fetchurl, stdenv, acl, openssl, libxml2, attr, zlib, bzip2, e2fsprogs, xz, lzo
 , sharutils }:
 
 stdenv.mkDerivation rec {
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
       # ^ it's CVE-2015-2304 specific to libarchive
   ];
 
-  buildInputs = [ sharutils libxml2 zlib bzip2 openssl xz ] ++
+  buildInputs = [ sharutils libxml2 zlib bzip2 openssl xz lzo ] ++
     stdenv.lib.optionals stdenv.isLinux [ e2fsprogs attr acl ];
 
   preBuild = if stdenv.isCygwin then ''