mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ (define-module (gnu services games)
|
|||
#:use-module (guix records)
|
||||
#:use-module (ice-9 match)
|
||||
#:export (wesnothd-configuration
|
||||
wesnoth-configuration?
|
||||
wesnothd-configuration?
|
||||
wesnothd-service-type))
|
||||
|
||||
;;;
|
||||
|
|
Loading…
Reference in a new issue