Merge pull request #155497 from IvarWithoutBones/fix/gigalixir
python3Packages.gigalixir: fix build
This commit is contained in:
commit
69206b97e9
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ buildPythonApplication rec {
|
|||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py --replace "'pytest-runner'," ""
|
||||
substituteInPlace setup.py \
|
||||
--replace "'pytest-runner'," "" \
|
||||
--replace "cryptography==" "cryptography>="
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue