Armory8854 / yapm

Yet Another (python) Podcast Manager
GNU General Public License v3.0
0 stars 0 forks source link

shell.nix is missing deps #13

Open Armory8854 opened 1 year ago

Armory8854 commented 1 year ago

Since python310Packages.pyopml doesnt exist, I need to create a let...in statement that fetches this from pypi

Armory8854 commented 1 year ago

This is going to be a tad harder than I anticipated. I know how to include one pypi package in a shell.nix, but two? that's proving to be tricky. just pulling pyopml doesn't work since it requires a more up to date version of lxml than is available in the nixpkgs repo.

I also broke this last commit that I pushed out