shaiport dependencies
This commit is contained in:
parent
c1321f4564
commit
47111140f4
1 changed files with 9 additions and 1 deletions
|
|
@ -9,8 +9,16 @@ shairport-sync = pkgs.shairport-sync.overrideAttrs (_: {
|
||||||
"--with-metadata"
|
"--with-metadata"
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.mosquitto
|
pkgs.openssl
|
||||||
|
pkgs.avahi
|
||||||
pkgs.popt
|
pkgs.popt
|
||||||
|
pkgs.libconfig
|
||||||
|
pkgs.mosquitto
|
||||||
|
pkgs.alsa-lib
|
||||||
|
pkgs.libpulseaudio
|
||||||
|
pkgs.pipewire
|
||||||
|
pkgs.libjack2
|
||||||
|
pkgs.soxr
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue