binwalk: mark broken on x86_64-darwin

Probably some issues with signatures.
Disabling this test may or may not also help.
This commit is contained in:
Rick van Schijndel 2022-05-19 21:48:44 +02:00
parent 5d8ec2adc1
commit ce7a64713e

View file

@ -67,5 +67,7 @@ buildPythonPackage rec {
description = "A tool for searching a given binary image for embedded files";
maintainers = [ maintainers.koral ];
license = licenses.mit;
# Signature Exception: [Errno 1] Operation not permitted: '/testing/tests/input-vectors/_dirtraversal.tar.extracted'
broken = (stdenv.isDarwin && stdenv.isx86_64); # broken on hydra since 2021-11-02
};
}