]>
Commit | Line | Data |
---|---|---|
676e68e3 | 1 | self: super: { |
e77c7882 IB |
2 | weboob = self.callPackage ./weboob.nix { |
3 | inherit (super.python3Packages) buildPythonPackage fetchPypi nose | |
4 | pillow prettytable pyyaml dateutil gdata requests feedparser lxml | |
5 | pyqt5 simplejson cssselect pdfminer termcolor | |
6 | google_api_python_client unidecode Babel html5lib html2text; | |
7 | }; | |
676e68e3 | 8 | } |