Skip to content

Commit

Permalink
pythonPackages.ssdeep: Mark broken
Browse files Browse the repository at this point in the history
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).

(cherry picked from commit 373b223)
  • Loading branch information
dezgeg committed Sep 11, 2017
1 parent 7921852 commit b1cb7ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -8019,6 +8019,7 @@ in {

buildInputs = with pkgs; [ ssdeep ];
propagatedBuildInputs = with self; [ cffi six ];
meta.broken = true; # Tests fail, and no reverse-dependencies anyway
};


Expand Down

0 comments on commit b1cb7ee

Please sign in to comment.