libxml2: add strictDeps = true

main
Guillaume Girol 3 years ago
parent b1b230596f
commit bf74dfbc54
  1. 2
      pkgs/development/libraries/libxml2/default.nix

@ -40,6 +40,8 @@ stdenv.mkDerivation rec {
++ lib.optional pythonSupport "py"
++ lib.optional (enableStatic && enableShared) "static";
strictDeps = true;
buildInputs = lib.optional pythonSupport python
++ lib.optional (pythonSupport && python?isPy2 && python.isPy2) gettext
++ lib.optional (pythonSupport && python?isPy3 && python.isPy3) ncurses

Loading…
Cancel
Save