From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/2] gnu: Add btrfs-progs. Date: Thu, 11 Feb 2016 21:43:19 -0500 Message-ID: <20160212024319.GC25360@jasmine> References: <1455076907-20572-1-git-send-email-tobias.geerinckx.rice@gmail.com> <1455076907-20572-2-git-send-email-tobias.geerinckx.rice@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aU3hY-0007V4-3R for guix-devel@gnu.org; Thu, 11 Feb 2016 21:43:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aU3hU-0002tk-Tz for guix-devel@gnu.org; Thu, 11 Feb 2016 21:43:20 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:38545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aU3hU-0002tg-QH for guix-devel@gnu.org; Thu, 11 Feb 2016 21:43:16 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 967312084F for ; Thu, 11 Feb 2016 21:43:16 -0500 (EST) Content-Disposition: inline In-Reply-To: <1455076907-20572-2-git-send-email-tobias.geerinckx.rice@gmail.com> 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: tobias.geerinckx.rice@gmail.com Cc: guix-devel@gnu.org On Wed, Feb 10, 2016 at 05:01:46AM +0100, tobias.geerinckx.rice@gmail.com wrote: > From: Tobias Geerinckx-Rice > > * gnu/packages/linux.scm (btrfs-progs): New variable. [...] > + (arguments > + '(#:tests? #f)) ;no test suite I altered this to run `make test` and disabled parallel tests because they failed repeatedly on 002-uuid-rewrite. > + (inputs `(("e2fsprogs" ,e2fsprogs) > + ("libblkid" ,util-linux) > + ("libuuid" ,util-linux) > + ("zlib" ,zlib) > + ("lzo" ,lzo))) > + (native-inputs `(("pkg-config" ,pkg-config) > + ("asciidoc" ,asciidoc) > + ("xmlto" ,xmlto) > + ("libxml2" ,libxml2) ;for building documentation > + ("docbook-xml" ,docbook-xml) > + ("docbook-xsl" ,docbook-xsl))) > + (home-page "https://btrfs.wiki.kernel.org/") > + (synopsis "Create and manage btrfs copy-on-write file systems") > + (description "Btrfs is a copy-on-write (CoW) filesystem for Linux aimed at > +implementing advanced features while focusing on fault tolerance, repair and > +easy administration.") > + (license license:gpl2+))) > -- > 2.6.3 > >