diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ba48becf5747..8f3c2ad1a6f8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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; + }; + }; }