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

comment about our twisted patch

parent cb414aad
Branches
No related tags found
1 merge request!10End-to-end with ristretto
{ twisted }:
twisted.overrideAttrs (old: {
version = old.version + "-0";
prePatch = old.patchPhase;
patchPhase = null;
# Add a patch which adds more logging to a namer resolver failure case. The
# NixOS system test harness might be setting up a weird semi-broken system
# that provokes a weird behavior out of getaddrinfo() that Twisted doesn't
# normally handle. The logging can help with debugging this case. We
# should think about upstreaming something related to this.
patches = (if old ? "patches" then old.patches else []) ++ [ ./twisted.patch ];
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment