add mosquitto to build input
This commit is contained in:
@@ -8,6 +8,9 @@ shairport-sync = pkgs.shairport-sync.overrideAttrs (_: {
|
|||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
"--with-metadata"
|
"--with-metadata"
|
||||||
];
|
];
|
||||||
|
buildInputs = [
|
||||||
|
pkgs.mosquitto
|
||||||
|
]
|
||||||
});
|
});
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user