From 0b27a6c24e051b10b3164deb83b039a162b8bc29 Mon Sep 17 00:00:00 2001 From: Ivar Scholten Date: Tue, 18 Jan 2022 17:51:33 +0100 Subject: [PATCH] python3Packages.gigalixir: fix build --- pkgs/development/python-modules/gigalixir/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/gigalixir/default.nix b/pkgs/development/python-modules/gigalixir/default.nix index e7d19091605d..aa5512d99131 100644 --- a/pkgs/development/python-modules/gigalixir/default.nix +++ b/pkgs/development/python-modules/gigalixir/default.nix @@ -24,7 +24,9 @@ buildPythonApplication rec { }; postPatch = '' - substituteInPlace setup.py --replace "'pytest-runner'," "" + substituteInPlace setup.py \ + --replace "'pytest-runner'," "" \ + --replace "cryptography==" "cryptography>=" ''; propagatedBuildInputs = [