From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add fio. Date: Sun, 14 Aug 2016 13:06:59 -0400 Message-ID: <20160814170659.GA16869@jasmine> References: <87r39soc0c.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYysT-0000P4-M6 for guix-devel@gnu.org; Sun, 14 Aug 2016 13:07:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYysP-0003HY-JH for guix-devel@gnu.org; Sun, 14 Aug 2016 13:07:13 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:52600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYysO-0003H3-DJ for guix-devel@gnu.org; Sun, 14 Aug 2016 13:07:09 -0400 Content-Disposition: inline In-Reply-To: <87r39soc0c.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> 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: Marius Bakke Cc: guix-devel@gnu.org On Sat, Aug 13, 2016 at 05:43:31PM +0100, Marius Bakke wrote: > Hi Guix, > > I have been lurking about for a while and will be contributing on a > regular basis from here on. Please excuse the backlog ;) > > Looking forward to your feedback. > > First out: fio. Welcome :) > * gnu/packages/benchmark.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > + (license license:gpl2))) I dug around in the source code and found some files with other licenses. So, I added them to this list and pushed as c3ccba9238. Thank you!