libxml2: add strictDeps = true

This commit is contained in:
Guillaume Girol 2021-08-11 12:00:00 +00:00
parent b1b230596f
commit bf74dfbc54

View file

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