boofuzz: mark broken on x86_64-darwin

This commit is contained in:
Rick van Schijndel 2022-05-21 15:16:21 +02:00
parent 90869787c5
commit 1f88f6a2c0

View file

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, fetchFromGitHub
, python3
}:
@ -50,5 +51,7 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/jtpereyda/boofuzz";
license = with licenses; [ gpl2Plus ];
maintainers = with maintainers; [ fab ];
# FAILED unit_tests/test_monitors.py::TestProcessMonitor::test_set_options_persistent
broken = (stdenv.isDarwin && stdenv.isx86_64);
};
}