overlays: add sabnzbd-fix-missing-dependencies

While waiting for my PR to fix this [1].

[1]: https://github.com/NixOS/nixpkgs/pull/140478
This commit is contained in:
Bruno BELANYI 2021-10-04 14:48:54 +02:00
parent b3aa737e28
commit b66e46e241
3 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,4 @@
final: prev:
{
sabnzbd = final.callPackage ./sabnzbd.nix { };
}