mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #14503 from obadz/haskell-dnssd
haskellPackages.dnssd: override the dns_sd dependency to point to ava…
This commit is contained in:
commit
61929cf6f5
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue