pythonPackages.secp256k1: fix broken package (#88612)

* fix secp256k1 broken package

* Update default.nix

* Update default.nix
This commit is contained in:
Antoine Richard
2020-05-28 23:46:49 +02:00
committed by GitHub
parent c8e10792ac
commit 847de99970

View File

@@ -36,6 +36,7 @@ buildPythonPackage rec {
'';
postPatch = ''
sed -i '38,45d' setup.py
substituteInPlace setup.py --replace ", 'pytest-runner==2.6.2'" ""
'';