libarchive: add some reverse dependencies to passthru.tests

This commit is contained in:
Robert Scott
2022-02-13 00:30:04 +00:00
parent 047e20219b
commit cdf5bfff4b
@@ -6,6 +6,9 @@
# builds fine on windows, but libarchive has trouble linking windows
# things it depends on for some reason.
xarSupport ? stdenv.hostPlatform.isUnix,
# for passthru.tests
cmake, nix, samba
}:
assert xarSupport -> libxml2 != null;
@@ -49,6 +52,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = {
inherit cmake nix samba;
};
meta = {
description = "Multi-format archive and compression library";
longDescription = ''