Jean-Paul Calderone 89fe88bd5b improve the handling of extras in two ways
* Remove the parameter for requesting our own extras.  Instead expose our own
  extras in `passthru` and let the downstream code pull them in if they want.
  This is better because the parameter was non-standard and passing different
  values for it alters our derivation whereas the real package behavior is
  just that it works if you have the dependencies and doesn't if you
  don't (ie, the denotation of the derivation is the same either way).

* Un-nest (join) the Twisted extra dependencies in our dependency list.  The
  nested list seems to work _sometimes_ but I have some weak evidence that it
  doesn't work when using flakes.  Either way, the nesting is weird and we might
  as well avoid it.
2023-03-23 08:06:02 -04:00
..
2023-03-15 15:47:43 -04:00