avahi: move package to by-name and add avahi-compat override (#465972)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
avahi,
|
||||
...
|
||||
}@args:
|
||||
|
||||
avahi.override (
|
||||
{
|
||||
withLibdnssdCompat = true;
|
||||
}
|
||||
// removeAttrs args [ "avahi" ]
|
||||
)
|
||||
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user