avahi: move package to by-name and add avahi-compat override (#465972)

This commit is contained in:
Matthieu Coudron
2026-05-17 17:31:38 +00:00
committed by GitHub
2 changed files with 11 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
{
avahi,
...
}@args:
avahi.override (
{
withLibdnssdCompat = true;
}
// removeAttrs args [ "avahi" ]
)
-4
View File
@@ -1554,10 +1554,6 @@ with pkgs;
apprise = with python3Packages; toPythonApplication apprise;
avahi-compat = callPackage ../by-name/av/avahi/package.nix {
withLibdnssdCompat = true;
};
babelfish = callPackage ../shells/fish/babelfish.nix { };
bat-extras = recurseIntoAttrs (lib.makeScope newScope (import ../tools/misc/bat-extras));