libxml2: add strictDeps = true
This commit is contained in:
parent
b1b230596f
commit
bf74dfbc54
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue