From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add rsem. Date: Thu, 21 May 2015 22:00:05 +0200 Message-ID: <874mn51z22.fsf@gnu.org> References: 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]:39682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvWde-0006Zd-Fo for guix-devel@gnu.org; Thu, 21 May 2015 16:00:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvWda-0007ZA-G6 for guix-devel@gnu.org; Thu, 21 May 2015 16:00:18 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvWda-0007Z5-D0 for guix-devel@gnu.org; Thu, 21 May 2015 16:00:14 -0400 In-Reply-To: (Ricardo Wurmus's message of "Thu, 21 May 2015 15:44:13 +0200") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel Ricardo Wurmus skribis: > From 93ac344b82dae538c1610dd3b1195d9dd50c9592 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 21 May 2015 15:43:25 +0200 > Subject: [PATCH] gnu: Add rsem. > > * gnu/packages/bioinformatics.scm (rsem): New variable. LGTM! > + ;; remove bundled copy of boost > + (delete-file-recursively "boost") Ouch, indeed! Ludo=E2=80=99.