Unverified Commit af48b134 authored by natsukium's avatar natsukium
Browse files

python3Packages.rdkit: fix x86_64-darwin build

parent 7033262f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{ lib
, stdenv
, buildPythonPackage
, fetchFromGitHub
, cmake
@@ -15,6 +16,7 @@
, numpy
, pandas
, pillow
, memorymappingHook
}:
let
  external = {
@@ -82,6 +84,8 @@ buildPythonPackage rec {
  buildInputs = [
    boost
    cairo
  ] ++ lib.optionals (stdenv.system == "x86_64-darwin") [
    memorymappingHook
  ];

  propagatedBuildInputs = [