{ gnutls }: gnutls.overrideAttrs (old: { # Keep the UDP handshake test enabled on loaded builders by waiting for # the server to bind its socket. Kept as a standalone patch for upstream. patches = (old.patches or [ ]) ++ [ ./udp-server-readiness.patch ]; })