From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add libBigWig. Date: Wed, 24 Feb 2016 20:47:02 -0500 Message-ID: <20160225014702.GE31607@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYl1G-0004nw-0b for guix-devel@gnu.org; Wed, 24 Feb 2016 20:47:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYl1C-0002DJ-PZ for guix-devel@gnu.org; Wed, 24 Feb 2016 20:47:05 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:51897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYl1C-0002D7-LF for guix-devel@gnu.org; Wed, 24 Feb 2016 20:47:02 -0500 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 Wed, Feb 24, 2016 at 05:21:47PM +0100, Ricardo Wurmus wrote: > Hi Guix, > > the description is a little short. Basically, this is a cleaner > reimplementation of a popular tool/library that is released under a > non-commercial license. There is little more I can say about it and the > original description just references that other tool. > > Any ideas how to improve this? If you think it will be clear to the intended audience, I'd say it's fine. If "Kent's library" is well-known in the field, would it make sense to refer to it? > + (add-before 'install 'create-target-dirs > + (lambda* (#:key outputs #:allow-other-keys) > + (let ((out (assoc-ref outputs "out"))) > + (mkdir-p (string-append out "/lib")) > + (mkdir-p (string-append out "/include")) > + #t)))))) Does it make sense to upstream this? I understand if it's not worth your time...