simp_le: use python3Packages (#44476)

This commit is contained in:
Robert Schütz
2018-08-05 01:17:38 +02:00
committed by GitHub
parent 544f1d471a
commit 2215834789
2 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -12,7 +12,9 @@ let
'';
});
pythonPackages = (super.python.override {
# Override certifi so that it accepts fake certificate for Let's Encrypt
# Need to override the attribute used by simp_le, which is python3Packages
python3Packages = (super.python3.override {
packageOverrides = lib.const (pysuper: {
certifi = pysuper.certifi.overridePythonAttrs (attrs: {
postPatch = (attrs.postPatch or "") + ''