guix-commits
[Top][All Lists]
Advanced

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

02/06: install: Avoid deprecated 'gpm-service' procedure.


From: guix-commits
Subject: 02/06: install: Avoid deprecated 'gpm-service' procedure.
Date: Wed, 16 Jan 2019 08:07:46 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 5c215c9e4777023e0cf89511742a6055411d6de2
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 16 13:39:16 2019 +0100

    install: Avoid deprecated 'gpm-service' procedure.
    
    * gnu/system/install.scm (%installation-services): Use the 'service'
    form instead of 'gpm-service'.
---
 gnu/system/install.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 19a6f6a..3aded93 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015, 2016, 2017, 2018 Ludovic Courtès <address@hidden>
+;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2016 Andreas Enge <address@hidden>
 ;;; Copyright © 2017 Marius Bakke <address@hidden>
@@ -274,7 +274,7 @@ You have been warned.  Thanks for being so brave.\x1b[0m
                         '("tty1" "tty2" "tty3" "tty4" "tty5" "tty6")))
 
           ;; To facilitate copy/paste.
-          (gpm-service)
+          (service gpm-service-type)
 
           ;; Add an SSH server to facilitate remote installs.
           (service openssh-service-type



reply via email to

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