From 6978b3da7b2a4bba5d8192de244e1313d301b347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Mancilla?= Date: Sat, 9 Jul 2022 22:43:33 -0400 Subject: [PATCH] binwalk: mark as unbroken on darwin Marked as broken by #173671 but builds and works fine on darwin, with sandbox enabled. --- pkgs/development/python-modules/binwalk/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/binwalk/default.nix b/pkgs/development/python-modules/binwalk/default.nix index ff3fd58aed6..a63df0d7d39 100644 --- a/pkgs/development/python-modules/binwalk/default.nix +++ b/pkgs/development/python-modules/binwalk/default.nix @@ -67,7 +67,5 @@ 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 }; }