disable libarchive tests
This commit is contained in:
parent
b57d11e528
commit
190b075965
1 changed files with 4 additions and 0 deletions
|
@ -12,4 +12,8 @@ in {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
doInstallCheck = false;
|
doInstallCheck = false;
|
||||||
});
|
});
|
||||||
|
libarchive = prev.libarchive.overrideAttrs (_: {
|
||||||
|
doCheck = false;
|
||||||
|
doInstallCheck = false;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue