add mosquitto to build input
This commit is contained in:
parent
4ad8f0a4ea
commit
e767299be4
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ shairport-sync = pkgs.shairport-sync.overrideAttrs (_: {
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
"--with-metadata"
|
"--with-metadata"
|
||||||
];
|
];
|
||||||
|
buildInputs = [
|
||||||
|
pkgs.mosquitto
|
||||||
|
]
|
||||||
});
|
});
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue