NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.44k stars 13.64k forks source link

Package request: kodiPackages.sling #272503

Open ParetoOptimalDev opened 9 months ago

ParetoOptimalDev commented 9 months ago

Project description

Allows using kodi with sling.

Things I noticed missing in its dependencies:

Metadata

Addon.xml ```xml addon id="plugin.video.sling" version="2023.05.01.1" name="Sling" provider-name="d21spike, eracknaphobia"> video ``` --- Add a :+1: [reaction] to [issues you find important]. [reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/ [issues you find important]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc
ParetoOptimalDev commented 9 months ago

I was going to do this myself, but I don't know how to get oauthlib into the main kodi derivation so I can then use it in propagatedBuildInputs. Probably just kodi.buildInputs ++ [ pythonPackages.oauthlib ];, but waiting on nixpkgs to finish cloning to test.

aanderse commented 4 months ago

how did that work out for you?