mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskellPackages.dnssd: override the dns_sd dependency to point to avahi built with the right flags.
Fixes #14502
This commit is contained in:
parent
c5741f5f52
commit
8c2e8ec13c
@ -960,4 +960,10 @@ self: super: {
|
||||
hint = self.hint_0_4_3;
|
||||
};
|
||||
|
||||
# Looks like Avahi provides the missing library
|
||||
dnssd = super.dnssd.override {
|
||||
dns_sd = pkgs.avahi.override {
|
||||
withLibdnssdCompat = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user