libarchive: Don't propagate dependencies
There doesn't seem to be a good reason for it.
This commit is contained in:
parent
d16e50c3fe
commit
3e56da4e77
|
@ -9,11 +9,9 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "76e8d7c7b100ec4071e48c1b7d3f3ea1d22b39db3e45b7189f75b5ff4df90fac";
|
sha256 = "76e8d7c7b100ec4071e48c1b7d3f3ea1d22b39db3e45b7189f75b5ff4df90fac";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ libxml2 zlib bzip2 openssl xz ] ++
|
buildInputs = [ sharutils libxml2 zlib bzip2 openssl xz ] ++
|
||||||
stdenv.lib.optionals stdenv.isLinux [ e2fsprogs attr acl ];
|
stdenv.lib.optionals stdenv.isLinux [ e2fsprogs attr acl ];
|
||||||
|
|
||||||
buildInputs = [ sharutils ];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Multi-format archive and compression library";
|
description = "Multi-format archive and compression library";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|
Loading…
Reference in New Issue