libxml2: do not disable working test

Must have been fixed for a while now.
main
Jan Tojnar 2 years ago
parent 33ee72f4b1
commit 8570316d3d
  1. 6
      pkgs/development/libraries/libxml2/default.nix

@ -102,12 +102,6 @@ stdenv.mkDerivation rec {
MACOSX_DEPLOYMENT_TARGET=10.16
'';
# disable test that's problematic with newer pythons: see
# https://mail.gnome.org/archives/xml/2017-August/msg00014.html
preCheck = lib.optionalString (pythonSupport && !(python?pythonOlder && python.pythonOlder "3.5")) ''
echo "" > python/tests/tstLastError.py
'';
preInstall = lib.optionalString pythonSupport
''substituteInPlace python/libxml2mod.la --replace "${python}" "$py"'';

Loading…
Cancel
Save