Files
Anderson Torres 27c8428b41 gnu: Merge (gnu packages avahi) with (gnu packages dns).
* gnu/packages/dns.scm: Move to here...
* gnu/packages/avahi.scm (avahi, nss-mdns): ...from here.
  New deprecated variables.

Change-Id: I504e6d306d43b0642c8ad2cf91e048fdc401398f
Merges: https://codeberg.org/guix/guix/pulls/8572
Reviewed-by: Maxim Cournoyer <maxim@guixotic.coop>
Reviewed-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
2026-06-04 13:07:12 +09:00

29 lines
1.1 KiB
Scheme

;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2026 Anderson Torres <anderson.torres.8519@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages avahi)
#:use-module (guix deprecation))
;; XXX: Deprecated on 2026-06-04.
(define-deprecated/public-alias avahi
(@ (gnu packages dns) avahi))
;; XXX: Deprecated on 2026-06-04.
(define-deprecated/public-alias nss-mdns
(@ (gnu packages dns) nss-mdns))