install: Avoid deprecated 'gpm-service' procedure.

* gnu/system/install.scm (%installation-services): Use the 'service'
form instead of 'gpm-service'.
This commit is contained in:
Ludovic Courtès 2019-01-16 13:39:16 +01:00
parent 2e04ab7147
commit 5c215c9e47
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015, 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
@ -274,7 +274,7 @@ (define bare-bones-os
'("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