From 3e56da4e77fd080111caf71e3988883d961c5e3e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 11 May 2013 19:30:03 +0200 Subject: [PATCH] libarchive: Don't propagate dependencies There doesn't seem to be a good reason for it. --- pkgs/development/libraries/libarchive/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/libraries/libarchive/default.nix b/pkgs/development/libraries/libarchive/default.nix index 64d769fab75b..851601fe9639 100644 --- a/pkgs/development/libraries/libarchive/default.nix +++ b/pkgs/development/libraries/libarchive/default.nix @@ -9,11 +9,9 @@ stdenv.mkDerivation rec { sha256 = "76e8d7c7b100ec4071e48c1b7d3f3ea1d22b39db3e45b7189f75b5ff4df90fac"; }; - propagatedBuildInputs = [ libxml2 zlib bzip2 openssl xz ] ++ + buildInputs = [ sharutils libxml2 zlib bzip2 openssl xz ] ++ stdenv.lib.optionals stdenv.isLinux [ e2fsprogs attr acl ]; - buildInputs = [ sharutils ]; - meta = { description = "Multi-format archive and compression library"; longDescription = ''