guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: services: Fix typo in gpm-dmd-service.


From: David Thompson
Subject: 01/01: gnu: services: Fix typo in gpm-dmd-service.
Date: Fri, 20 Nov 2015 14:57:25 +0000

davexunit pushed a commit to branch master
in repository guix.

commit a907d9973a642bc5077c4e0b3d06a05b6b4d4a78
Author: David Thompson <address@hidden>
Date:   Fri Nov 20 09:56:41 2015 -0500

    gnu: services: Fix typo in gpm-dmd-service.
    
    * gnu/services/base.scm (gpm-dmd-service): s/dmd/gpm/
---
 gnu/services/base.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 8678b56..6077fb6 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -1131,7 +1131,7 @@ gexp, to open it, and evaluate @var{close} to close it."
 
 (define gpm-dmd-service
   (match-lambda
-    (($ <gpm-configuration> dmd options)
+    (($ <gpm-configuration> gpm options)
      (list (dmd-service
             (requirement '(udev))
             (provision '(gpm))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]