···1010, docbook_xml_dtd_42
1111, which
1212, wafHook
1313+, libxcrypt
1314}:
14151516stdenv.mkDerivation rec {
···3637 cmocka
3738 readline # required to build python
3839 talloc
4040+ libxcrypt
3941 ];
40424143 # otherwise the configure script fails with
···5153 "--bundled-libraries=NONE"
5254 "--builtin-libraries=replace"
5355 ];
5656+5757+ # python-config from build Python gives incorrect values when cross-compiling.
5858+ # If python-config is not found, the build falls back to using the sysconfig
5959+ # module, which works correctly in all cases.
6060+ PYTHON_CONFIG = "/invalid";
54615562 meta = with lib; {
5663 description = "An event system based on the talloc memory management library";