mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +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
(cherry picked from commit 46df617e7a
)
This commit is contained in:
parent
ab5a4213bc
commit
944252d1c8
@ -12308,6 +12308,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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user