python3Packages.pyunpack: fix build

This commit is contained in:
Peder Bergebakken Sundt
2023-12-02 09:20:58 +01:00
parent b08671a4f5
commit 36e22ae5d9
@@ -5,6 +5,7 @@
, easyprocess
, entrypoint2
, patool
, cabextract
}:
buildPythonPackage rec {
@@ -31,7 +32,10 @@ buildPythonPackage rec {
entrypoint2
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytestCheckHook
cabextract
];
pytestFlagsArray = [ "-x" ];