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
commit 69206b97e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [