Skip to content
Snippets Groups Projects
Commit 7dbacfd7 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Oh, it had no effect because we actually use Python 3 for docs

parent b59188c5
Branches
No related tags found
1 merge request!69WIP: Upgrade to OpenSSL 1.1.1k
Pipeline #341 failed
...@@ -10,7 +10,13 @@ self: super: rec { ...@@ -10,7 +10,13 @@ self: super: rec {
}); });
openssl = openssl_1_1; openssl = openssl_1_1;
python27 = super.python27.override (old: { python2 = super.python2.override (old: {
packageOverrides = python-self: python-super: {
pyopenssl = python-super.callPackage ./pkgs/pyopenssl.nix { };
};
});
python3 = super.python3.override (old: {
packageOverrides = python-self: python-super: { packageOverrides = python-self: python-super: {
pyopenssl = python-super.callPackage ./pkgs/pyopenssl.nix { }; pyopenssl = python-super.callPackage ./pkgs/pyopenssl.nix { };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment