mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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:
parent
2eea864503
commit
686d847ee2
@ -10,4 +10,9 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [python];
|
buildInputs = [python];
|
||||||
buildPhase = "true";
|
buildPhase = "true";
|
||||||
installPhase = "python ./setup.py install --prefix=$out";
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user