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:55:44 +0100 (CET) Message-ID: 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]:54711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHB6z-0003HM-53 for guix-devel@gnu.org; Fri, 30 Jan 2015 07:55:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHB6v-0005uH-RR for guix-devel@gnu.org; Fri, 30 Jan 2015 07:55:49 -0500 Received: from sandbox.cz ([87.236.197.188]:50459 helo=mx.sandbox.cz) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHB6v-0005u8-Ld for guix-devel@gnu.org; Fri, 30 Jan 2015 07:55:45 -0500 Received: from localhost (localhost [127.0.0.1]) by sandbox.cz (Postfix) with ESMTP id 4FA7238223 for ; Fri, 30 Jan 2015 13:55:44 +0100 (CET) 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 To: guix-devel@gnu.org On Fri, 30 Jan 2015, Paul van der Walt wrote: > Hello Adam, > > Here is an example definition file: > > > It's not mine, but it should answer your question :) Well well, thanks, I still struggle to understand all the things correctly as I was missing the (use-package-modules....). Thanks a lot. (of course the (emacs) was wrong too..) > Good luck! > p. > > On 2015-01-30 at 13:06, quoth Adam Pribyl: >> 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 Adam Pribyl