4suite: mark as broken

None of the tools installed to bin/ work. They all throw an exception
similar to this:
  ImportError: No module named Ft.Xml.XPath._4xpath
This commit is contained in:
Bjørn Forsman 2014-06-22 20:52:52 +02:00
parent 2eea864503
commit 686d847ee2

View File

@ -10,4 +10,9 @@ stdenv.mkDerivation rec {
buildInputs = [python];
buildPhase = "true";
installPhase = "python ./setup.py install --prefix=$out";
# None of the tools installed to bin/ work. They all throw an exception
# similar to this:
# ImportError: No module named Ft.Xml.XPath._4xpath
meta.broken = true;
}