From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Remove extra .scm appended to guile-minikanren files Date: Sun, 24 Apr 2016 23:47:57 +0200 Message-ID: <878u02adbm.fsf@gnu.org> References: <5717ECC2.40504@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auRsq-0006lV-0q for guix-devel@gnu.org; Sun, 24 Apr 2016 17:48:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1auRsm-0007UE-P3 for guix-devel@gnu.org; Sun, 24 Apr 2016 17:48:03 -0400 In-Reply-To: <5717ECC2.40504@gmail.com> (Erik Edrosa's message of "Wed, 20 Apr 2016 16:55:30 -0400") 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" To: Erik Edrosa Cc: guix-devel@gnu.org Erik Edrosa skribis: > Was looking to play around with minikanren so I installed > guile-minikanren on guix and noticed the scheme files had an extra .scm > appended to them when installed. So this patch removes them from the file= s. Indeed. > From ddc117f8c04406a4ddc6a1ccf3a7510182d8b678 Mon Sep 17 00:00:00 2001 > From: Erik Edrosa > Date: Wed, 20 Apr 2016 16:22:36 -0400 > Subject: [PATCH] gnu: guile-minikanren: Remove extra .scm on files. > > * gnu/packages/guile.scm (guile-minikanren): Remove extra .scm appended > to files. Applied, thanks! Ludo=E2=80=99.