From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Pribyl Subject: Re: GNU Guix 0.8.1 released Date: Fri, 30 Jan 2015 13:06:51 +0100 (CET) Message-ID: References: <87pp9yhrny.fsf@inria.fr> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHALh-0001Ut-HH for guix-devel@gnu.org; Fri, 30 Jan 2015 07:07:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHALd-0000He-1d for guix-devel@gnu.org; Fri, 30 Jan 2015 07:06:57 -0500 Received: from sandbox.cz ([87.236.197.188]:49119 helo=mx.sandbox.cz) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHALc-0000HW-Qt for guix-devel@gnu.org; Fri, 30 Jan 2015 07:06:52 -0500 Received: from localhost (localhost [127.0.0.1]) by sandbox.cz (Postfix) with ESMTP id 0C31938223 for ; Fri, 30 Jan 2015 13:06:51 +0100 (CET) In-Reply-To: <87pp9yhrny.fsf@inria.fr> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Cc: guix-devel@gnu.org I've missed the testing! OK, installation went fine. How can one add packages installed by default to config.scm? I thought (packages (cons* (emacs) (xterm) (mc) %base-packages)) would do, but it did not. Thanks Adam Pribyl