guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] gnu: Add btrfs-progs.


From: Leo Famulari
Subject: Re: [PATCH 1/2] gnu: Add btrfs-progs.
Date: Thu, 11 Feb 2016 21:43:19 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Wed, Feb 10, 2016 at 05:01:46AM +0100, address@hidden wrote:
> From: Tobias Geerinckx-Rice <address@hidden>
> 
> * 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
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]