Conversation
|
Since #82429 appears to be abandoned this PR is very welcome 👍 |
Awesome (that it is welcome ;)
I fixed the homepage which targeted the old mediatomb homepage. |
|
Heads up, started the work on the mediatomb/gerbera service whose current head is at [1] @aanderse I started from the other diff and iterated over that work. I also I don't actually know how to properly test it though, so far: (which did not complain). I probably need to look into how to add proper nix tests. Note that, as a user, I don't like the idea to have a service name mediatomb I did not open a PR yet as I did not have any response from the other I still thought that was worth a heads up ;) [1] ardumont@629e04c Cheers, |
|
You can test with |
Yes, thanks, i know (i did already). Cheers, |
nice, found back [1] [1] https://nixos.org/nixos/manual/index.html#sec-nixos-tests |
pkgs/servers/gerbera/default.nix
Outdated
There was a problem hiding this comment.
Is meta.repositories a standard? I've never seen it anywhere else.
There was a problem hiding this comment.
I don't know about a standard, but I have seen it within the nixpkgs repository [1]
(must come from the mediatomb which is within the list [1])
[1] https://github.com/NixOS/nixpkgs/search?q=meta.repositories
6fe4f6b to
2b615c3
Compare
|
After rebasing on latest upnp 1.4, it failed on compilation error, something [1] https://github.com/gerbera/gerbera/releases/tag/v1.6.1 It builds fine again now. |
|
Looks good to me now, pending #93048 👍 |
|
Please rebase now that #93048 has been merged. |
Initialize a new and maintained upnp media server (gerbera).
Next step is to open a service which allows to configure it declaratively.
sandboxinnix.confon non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"./result/bin/)nix path-info -Sbefore and after): +74906824 (new)Note that it works but the compilation displays warnings because that depends on
other commits not yet merged:
[1] mypkgs override definition
https://github.com/ardumont/mypkgs/blob/master/default.nix#L10-L33
[2] my own (for now) gerbera configuration declaration for the gerbera service
https://gitlab.com/ardumont/nixos/-/blob/master/odroid/gerbera/default.nix