From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] bless: Remove bundled sources for sparsehash. Date: Mon, 14 Mar 2016 21:40:01 +0100 Message-ID: <20160314204001.GB8309@solar> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afZHe-0006Ko-H9 for guix-devel@gnu.org; Mon, 14 Mar 2016 16:40:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afZHZ-0001k6-II for guix-devel@gnu.org; Mon, 14 Mar 2016 16:40:10 -0400 Received: from mailrelay7.public.one.com ([91.198.169.215]:24084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afZHZ-0001iN-8R for guix-devel@gnu.org; Mon, 14 Mar 2016 16:40:05 -0400 Content-Disposition: inline In-Reply-To: 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 On Mon, Mar 14, 2016 at 02:29:35PM +0100, Ricardo Wurmus wrote: > From df547eefe4cf2e18f8bccf62a4adc3bd5f3e2258 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 14 Mar 2016 14:16:55 +0100 > Subject: [PATCH] gnu: bless: Remove bundled sources for sparsehash. Great! > * gnu/packages/bioinformatics.scm (bless)[source]: Delete > "google-sparsehash" sources. > [inputs]: Add "sparsehash". I would drop the ", but I do not know if there is any particular rule. Andreas