From 9094beb05452d3bbfc2bdcfc91ae8a0064454ec0 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sun, 5 Jun 2022 13:19:49 +0300 Subject: [PATCH] python3.pkgs.manticore: mark as broken only once Fix ofborg's evaluation on the release-22.05 branch. It's hard to blame anyone for causing this evaluation error. Both commits 43072cd01766eb7270f121a5c6c90f4d74c2ea48 and c5b2704fcd097d9dca601eccb8888a2c32c38706 created the `meta.broken` attribute. The diff of both commits doesn't indicate either had the other `broken` attribute written. --- pkgs/development/python-modules/manticore/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/manticore/default.nix b/pkgs/development/python-modules/manticore/default.nix index 1fe290d47e9d..c645a070e4b1 100644 --- a/pkgs/development/python-modules/manticore/default.nix +++ b/pkgs/development/python-modules/manticore/default.nix @@ -132,7 +132,5 @@ buildPythonPackage rec { license = licenses.agpl3Only; platforms = platforms.unix; maintainers = with maintainers; [ arturcygan ]; - # m.c.manticore:WARNING: Manticore is only supported on Linux. Proceed at your own risk! - broken = stdenv.isDarwin; }; }