mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-26 05:27:38 +00:00
* 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.