From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: bug#26987: [PATCH 0/2] Fix compilation list construction. Date: Fri, 19 May 2017 09:56:21 +0200 Message-ID: <20170519075623.13836-1-m.othacehe@gmail.com> References: <87lgpuuekh.fsf@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBcmY-0006DG-8U for bug-guix@gnu.org; Fri, 19 May 2017 03:57:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBcmV-0002ip-77 for bug-guix@gnu.org; Fri, 19 May 2017 03:57:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51651) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dBcmV-0002il-4C for bug-guix@gnu.org; Fri, 19 May 2017 03:57:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dBcmU-0007H4-UR for bug-guix@gnu.org; Fri, 19 May 2017 03:57:02 -0400 In-Reply-To: <87lgpuuekh.fsf@gmail.com> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 26987@debbugs.gnu.org Hi, Here are two patches to fix compilation list construction. It seems to work but I'm higly unsure this is the right thing to do. Plus, while testing I could not add #:use-modules (guix discovery) and had to write that instead : ((@@ (guix discovery) scheme-modules) directory) Thanks, Mathieu Mathieu Othacehe (2): build: pull: Fix compilation list construction. guix: modules: Export module-name->file-name. guix/build/pull.scm | 31 ++++++++----------------------- guix/modules.scm | 1 + 2 files changed, 9 insertions(+), 23 deletions(-) -- 2.13.0