guix-commits
[Top][All Lists]
Advanced

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

03/03: services: 'gc-root-service-type' now has a default value.


From: guix-commits
Subject: 03/03: services: 'gc-root-service-type' now has a default value.
Date: Fri, 10 May 2019 17:29:28 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit dc5729a8e0e2ef5cf5855aa5f1d7ecba319c2e5b
Author: Ludovic Courtès <address@hidden>
Date:   Fri May 10 18:13:52 2019 +0200

    services: 'gc-root-service-type' now has a default value.
    
    * gnu/services.scm (gc-root-service-type)[default-value]: New field.
---
 gnu/services.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/services.scm b/gnu/services.scm
index f151bba..7de7810 100644
--- a/gnu/services.scm
+++ b/gnu/services.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2016, 2017, 2018 Ludovic Courtès <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016 Chris Marusich <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -649,7 +649,8 @@ as Wifi cards.")))
                 (extend append)
                 (description
                  "Register garbage-collector roots---i.e., store items that
-will not be reclaimed by the garbage collector.")))
+will not be reclaimed by the garbage collector.")
+                (default-value '())))
 
 
 ;;;



reply via email to

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