Skip to content

Commit

Permalink
fix eth-bloom setup
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Sep 22, 2021
1 parent e1b0994 commit 464b7a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nix/testenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@ pkgs.poetry2nix.mkPoetryEnv {
buildInputs = (old.buildInputs or [ ]) ++ [ self.cython ];
}
);
eth-bloom = super.eth-hash.overridePythonAttrs {
preConfigure = ''
substituteInPlace setup.py --replace \'setuptools-markdown\' ""
'';
};
});
}

0 comments on commit 464b7a7

Please sign in to comment.