NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.87k stars 13.93k forks source link

Packaging request: Prowlarr #135887

Closed peperunas closed 3 years ago

peperunas commented 3 years ago

Project description Prowlarr is an indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers.

Metadata

peperunas commented 3 years ago

I would like to package this software but I am still trying to learn how to properly create derivations as I have never done one. Help / guidance appreciated!

jdreaver commented 3 years ago

I have a WIP PR for this against my nixpkgs fork https://github.com/jdreaver/nixpkgs/pull/1

The package builds fine, but I am still trying to figure out how to test the NixOS module in my dotfiles repo using flakes and overlays :sweat_smile:

jdreaver commented 3 years ago

I actually got this working much quicker than expected. Here is my PR to this repo https://github.com/NixOS/nixpkgs/pull/136039

peperunas commented 3 years ago

Thank you very much @jdreaver!