From 71088b0b108e445cb5f294027d2a1228a70f67ac Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Thu, 23 Dec 2021 00:42:22 -0500 Subject: [PATCH] python3Packages.python-sat: fix on darwin --- .../python-modules/python-sat/default.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pkgs/development/python-modules/python-sat/default.nix b/pkgs/development/python-modules/python-sat/default.nix index e75920345ec4..43b5e635294b 100644 --- a/pkgs/development/python-modules/python-sat/default.nix +++ b/pkgs/development/python-modules/python-sat/default.nix @@ -15,6 +15,19 @@ buildPythonPackage rec { checkInputs = [ pytestCheckHook ]; + # https://github.com/pysathq/pysat/pull/102 + postPatch = '' + # Fix for case-insensitive filesystem + cat >>solvers/patches/cadical.patch <