Get rid of prefix.

This commit is contained in:
Itamar Turner-Trauring 2023-06-05 11:52:24 -04:00
parent 6e6bae9bf6
commit 43e4e1b09a

View File

@ -4,7 +4,7 @@ pyopenssl.overrideAttrs (old: rec {
version = "23.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-1qgarxcmlrrrlyjnsry47lz04z8bviy7rrlbbp9874kdj799rckc";
sha256 = "1qgarxcmlrrrlyjnsry47lz04z8bviy7rrlbbp9874kdj799rckc";
};
# Building the docs requires sphinx which brings in a dependency on babel,
# the test suite of which fails.