From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Subject: [PATCH 3/6] services: 'fold-service-types' honors its seed. Date: Wed, 8 Nov 2017 14:09:18 +0100 Message-ID: <20171108130921.25202-4-ludo@gnu.org> References: <87zi7xwvso.fsf_-_@gnu.org> <20171108130921.25202-1-ludo@gnu.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCQ6w-0006Wq-SN for guix-devel@gnu.org; Wed, 08 Nov 2017 08:09:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCQ6w-0004Qz-2A for guix-devel@gnu.org; Wed, 08 Nov 2017 08:09:42 -0500 In-Reply-To: <20171108130921.25202-1-ludo@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/services.scm (fold-service-types): Use SEED instead of '(). --- gnu/services.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services.scm b/gnu/services.scm index 50be28a38..89c5d52c8 100644 --- a/gnu/services.scm +++ b/gnu/services.scm @@ -184,7 +184,7 @@ is used as the initial value of RESULT." (if (service-type? object) (proc object result) result)) - '() + seed modules)) ;; Services of a given type. -- 2.15.0