diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-01-20 23:51:43 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-01-21 00:22:34 +0100 |
commit | 893106cbbfc15469108c18d488c354b5c0620b27 (patch) | |
tree | 3d08933e1be40b9d3f90dc4a823650ae473619dc /gnu/services/avahi.scm | |
parent | 80b64ee2d86b179cb92c2c66ea3a67c9d3b4cdab (diff) | |
download | patches-893106cbbfc15469108c18d488c354b5c0620b27.tar patches-893106cbbfc15469108c18d488c354b5c0620b27.tar.gz |
services: avahi: Export service type.
* gnu/services/avahi.scm: Export 'avahi-service-type'.
Diffstat (limited to 'gnu/services/avahi.scm')
-rw-r--r-- | gnu/services/avahi.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/services/avahi.scm b/gnu/services/avahi.scm index 49a737f090..909abeffe6 100644 --- a/gnu/services/avahi.scm +++ b/gnu/services/avahi.scm @@ -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 @@ #:use-module (gnu packages admin) #:use-module (guix records) #:use-module (guix gexp) - #:export (avahi-service)) + #:export (avahi-service + avahi-service-type)) ;;; Commentary: ;;; |