From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/3] download: url-fetch/tarball: Make =?utf-8?B?4oCY?= =?utf-8?B?bmFtZeKAmQ==?= truly optional. Date: Mon, 30 Jan 2017 23:51:23 +0100 Message-ID: <87inowjh5g.fsf@gnu.org> References: <20170127195924.22959-1-me@tobias.gr> 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]:53425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYKnM-0008NU-51 for guix-devel@gnu.org; Mon, 30 Jan 2017 17:51:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYKnG-0007XS-Hp for guix-devel@gnu.org; Mon, 30 Jan 2017 17:51:32 -0500 In-Reply-To: <20170127195924.22959-1-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Fri, 27 Jan 2017 20:59:22 +0100") 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: Tobias Geerinckx-Rice Cc: guix-devel@gnu.org Tobias Geerinckx-Rice skribis: > * guix/download.scm (url-fetch/tarbomb): Fall back to =E2=80=98file-name= =E2=80=99 if > =E2=80=98name=E2=80=99 is #f, like the regular =E2=80=98url-fetch=E2=80= =99 does. > * gnu/packages/bioinformatics.scm (muscle)[source]: Remove =E2=80=98file-= name=E2=80=99. > * gnu/packages/engineering.scm (fastcap)[source]: Likewise. > * gnu/packages/scheme.scm (scmutils)[source]: Likewise. LGTM, thanks! Ludo'.