gnu: services: Fix wesnothd-configuration? symbol export.
* gnu/services/games.scm: Export wesnothd-configuration?, not the non-existent wesnoth-configuration?.
This commit is contained in:
parent
20b51b17d1
commit
f93c7a8979
|
@ -27,7 +27,7 @@
|
||||||
#:use-module (guix records)
|
#:use-module (guix records)
|
||||||
#:use-module (ice-9 match)
|
#:use-module (ice-9 match)
|
||||||
#:export (wesnothd-configuration
|
#:export (wesnothd-configuration
|
||||||
wesnoth-configuration?
|
wesnothd-configuration?
|
||||||
wesnothd-service-type))
|
wesnothd-service-type))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
|
|
Loading…
Reference in New Issue