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:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user