mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: services: Fix typo in gpm-dmd-service.
* gnu/services/base.scm (gpm-dmd-service): s/dmd/gpm/
This commit is contained in:
parent
3307c7877e
commit
a907d9973a
1 changed files with 1 additions and 1 deletions
|
@ -1131,7 +1131,7 @@ (define-record-type* <gpm-configuration>
|
|||
|
||||
(define gpm-dmd-service
|
||||
(match-lambda
|
||||
(($ <gpm-configuration> dmd options)
|
||||
(($ <gpm-configuration> gpm options)
|
||||
(list (dmd-service
|
||||
(requirement '(udev))
|
||||
(provision '(gpm))
|
||||
|
|
Loading…
Reference in a new issue