mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
boofuzz: mark broken on x86_64-darwin
(cherry picked from commit 1f88f6a2c0)
This commit is contained in:
committed by
Janne Heß
parent
41b16eb3b5
commit
3f8c71eff2
@@ -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);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user