From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jone Subject: Re: Simple configure-make-make_install with Guix Date: Fri, 25 May 2018 18:33:29 +0000 Message-ID: <87sh6fvb46.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fMEih-00014y-TC for help-guix@gnu.org; Fri, 25 May 2018 11:33:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fMEie-0002AH-RK for help-guix@gnu.org; Fri, 25 May 2018 11:33:31 -0400 Received: from mail-wr0-x241.google.com ([2a00:1450:400c:c0c::241]:46999) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fMEie-00029c-L0 for help-guix@gnu.org; Fri, 25 May 2018 11:33:28 -0400 Received: by mail-wr0-x241.google.com with SMTP id x9-v6so9939557wrl.13 for ; Fri, 25 May 2018 08:33:28 -0700 (PDT) In-Reply-To: (message from Julien Lepiller on Fri, 25 May 2018 10:18:57 +0200) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Julien Lepiller Cc: help-guix@gnu.org > .. if you want to submit this as a patch to guix .. O, no)) It was relatively easy, beginners level. About the rest - thanks, I will consider this in the next packages. >> (use-modules >> (ice-9 match) >> (srfi srfi-1) >> (guix gexp) > I don't think you need these three first modules. - guix gexp is needed, others - really not.