pythonPackages.ssdeep: Mark broken

https://hydra.nixos.org/build/59943791

This package is a library and has no reverse dependencies. (It was once
used by diffoscope, but it changed to use a different library).
This commit is contained in:
Tuomas Tynkkynen 2017-09-11 13:50:24 +03:00
parent 65b4f4f09f
commit 373b2231be

View file

@ -8023,6 +8023,7 @@ in {
buildInputs = with pkgs; [ ssdeep ];
propagatedBuildInputs = with self; [ cffi six ];
meta.broken = true; # Tests fail, and no reverse-dependencies anyway
};