This commit is contained in:
h0nIg 2025-06-04 11:22:32 +02:00 committed by GitHub
parent fee9749b90
commit 1f5f844763
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,12 +21,11 @@
}:
let
# include a compatible pyopenssl version: https://github.com/NixOS/nixpkgs/issues/379291
# remove ASAP: https://github.com/googleapis/google-api-python-client/issues/2554
pythonCustom = python3.override {
self = pythonCustom;
packageOverrides = _: super: {
# include a compatible pyopenssl version: https://github.com/NixOS/nixpkgs/issues/379291
# remove ASAP: https://github.com/googleapis/google-api-python-client/issues/2554
pyopenssl = super.pyopenssl.overridePythonAttrs (old: rec {
version = "24.2.1";
src = old.src.override {