itstool: enable strictDeps

main
Artturin 3 years ago
parent bef48d172a
commit 0a5f2516bc
  1. 6
      pkgs/development/tools/misc/itstool/default.nix

@ -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

Loading…
Cancel
Save