From f93c7a89797667db073b1ddbb0fbbea41f16bf33 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 14 May 2018 20:14:10 +0530 Subject: gnu: services: Fix wesnothd-configuration? symbol export. * gnu/services/games.scm: Export wesnothd-configuration?, not the non-existent wesnoth-configuration?. --- gnu/services/games.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/services/games.scm') diff --git a/gnu/services/games.scm b/gnu/services/games.scm index b146696237..b9d78e078d 100644 --- a/gnu/services/games.scm +++ b/gnu/services/games.scm @@ -27,7 +27,7 @@ #:use-module (guix records) #:use-module (ice-9 match) #:export (wesnothd-configuration - wesnoth-configuration? + wesnothd-configuration? wesnothd-service-type)) ;;; -- cgit v1.2.3