From 203fd84a887231dc6fc19501a177de1ef2e496ba Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Mon, 5 Jun 2023 11:30:11 -0400 Subject: [PATCH] Need to import it. --- nix/pyopenssl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/pyopenssl.nix b/nix/pyopenssl.nix index 0c294a888..b94aa254c 100644 --- a/nix/pyopenssl.nix +++ b/nix/pyopenssl.nix @@ -1,4 +1,4 @@ -{ pyopenssl, fetchPypi }: +{ pyopenssl, fetchPypi, isPyPy }: pyopenssl.overrideAttrs (old: rec { pname = "pyopenssl"; version = "23.2.0";