Skip to content

Commit 464b7a7

Browse files
author
HuangYi
committed
fix eth-bloom setup
1 parent e1b0994 commit 464b7a7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

nix/testenv.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@ pkgs.poetry2nix.mkPoetryEnv {
77
buildInputs = (old.buildInputs or [ ]) ++ [ self.cython ];
88
}
99
);
10+
eth-bloom = super.eth-hash.overridePythonAttrs {
11+
preConfigure = ''
12+
substituteInPlace setup.py --replace \'setuptools-markdown\' ""
13+
'';
14+
};
1015
});
1116
}

0 commit comments

Comments
 (0)