avahi: drop assert

Scheduled for 25.05.
This commit is contained in:
Wolfgang Walther
2024-11-24 21:09:33 +01:00
parent 2425e26e4f
commit 8893429fc5
@@ -22,9 +22,6 @@
, withPython ? false
}:
# Added 2024-09-03. Drop this assertion after 24.11 is released.
assert lib.assertMsg (config.avahi or {} == {}) "config.avahi has been removed; please use an overlay or services.avahi.package to configure the avahi package.";
stdenv.mkDerivation rec {
pname = "avahi${lib.optionalString withLibdnssdCompat "-compat"}";
version = "0.8";