itstool: enable strictDeps

This commit is contained in:
Artturin 2021-10-23 02:02:36 +03:00
parent bef48d172a
commit 0a5f2516bc

View file

@ -9,9 +9,11 @@ stdenv.mkDerivation rec {
sha256 = "1acjgf8zlyk7qckdk19iqaca4jcmywd7vxjbcs1mm6kaf8icqcv2";
};
pythonPath = [ python3.pkgs.libxml2 ];
strictDeps = true;
nativeBuildInputs = [ python3 python3.pkgs.wrapPython ];
buildInputs = [ python3 python3.pkgs.libxml2 ];
nativeBuildInputs = [ python3.pkgs.wrapPython ];
pythonPath = [ python3.pkgs.libxml2 ];
postFixup = ''
wrapPythonPrograms