1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

shairport-sync-airplay2: init at 4.3.4

shairport-sync can not be build with airplay1 and airplay2 at the same time so add a variant for airplay2
This commit is contained in:
jopejoe1 2024-11-14 18:38:34 +01:00
parent e18636696b
commit 46df617e7a

View file

@ -12312,6 +12312,10 @@ with pkgs;
shairplay = callPackage ../servers/shairplay { avahi = avahi-compat; };
shairport-sync-airplay2 = shairport-sync.override {
enableAirplay2 = true;
};
showoff = callPackage ../servers/http/showoff { };
ruby-zoom = callPackage ../tools/text/ruby-zoom { };