From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d60XG-0002Oj-16 for guix-patches@gnu.org; Wed, 03 May 2017 16:06:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d60XC-0005Al-SV for guix-patches@gnu.org; Wed, 03 May 2017 16:06:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55025) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d60XC-0005AQ-OU for guix-patches@gnu.org; Wed, 03 May 2017 16:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d60XC-0003xL-Ec for guix-patches@gnu.org; Wed, 03 May 2017 16:06:02 -0400 Subject: bug#26760: [PATCH] gnu: guile-bytestructures: Install sld files. Resent-Message-ID: References: <20170503151734.28872-1-m.othacehe@gmail.com> <8737clsopp.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <8737clsopp.fsf@gnu.org> Date: Wed, 03 May 2017 22:05:43 +0200 Message-ID: <87d1bp4sfc.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26760@debbugs.gnu.org > LGTM! (.sld is an R7 thing? I never got used to the R6 file extensions > to begin with…) Yes .sld files contain R7RS library definitions. There are two kinds of .sld in guile-bytestructures: * r7/*.sld : library definitions not compilable with guile * r7/*.exports.sld : (export ...) definitions used in bytestructures/guile/ folder and compilable with guile. I'm not really familiar with this but it makes sense to me to include .exports.sld files in guile-bytestructure build. Mathieu