Merge pull request #155497 from IvarWithoutBones/fix/gigalixir

python3Packages.gigalixir: fix build
This commit is contained in:
Fabian Affolter
2022-01-25 14:53:18 +01:00
committed by GitHub

View File

@@ -24,7 +24,9 @@ buildPythonApplication rec {
};
postPatch = ''
substituteInPlace setup.py --replace "'pytest-runner'," ""
substituteInPlace setup.py \
--replace "'pytest-runner'," "" \
--replace "cryptography==" "cryptography>="
'';
propagatedBuildInputs = [