mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
docu
This commit is contained in:
parent
fee9749b90
commit
1f5f844763
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue