mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
services: avahi: Export service type.
* gnu/services/avahi.scm: Export 'avahi-service-type'.
This commit is contained in:
parent
80b64ee2d8
commit
893106cbbf
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -26,7 +26,8 @@ (define-module (gnu services avahi)
|
|||
#:use-module (gnu packages admin)
|
||||
#:use-module (guix records)
|
||||
#:use-module (guix gexp)
|
||||
#:export (avahi-service))
|
||||
#:export (avahi-service
|
||||
avahi-service-type))
|
||||
|
||||
;;; Commentary:
|
||||
;;;
|
||||
|
|
Loading…
Reference in a new issue