GNU bug report logs -
#40246
[PATCH] gnu: Add cramfs-tools.
Previous Next
Full log
View this message in rfc822 format
Hi Vincent,
Vincent Legoll <vincent.legoll <at> gmail.com> skribis:
> From ff79a4b2d798bba222ac502a7aa1f7ef0a97e249 Mon Sep 17 00:00:00 2001
> From: Vincent Legoll <vincent.legoll <at> gmail.com>
> Date: Thu, 26 Mar 2020 23:12:53 +0100
> Subject: [PATCH] gnu: Add cramfs-tools.
>
> * gnu/packages/linux.scm (cramfs-tools): New variable.
[...]
> + (name "cramfs-tools")
> + (version "2.1")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append
> + "https://github.com/npitre/cramfs-tools/archive/v"
As reported by ‘guix lint’, please don’t refer to a generated tarball.
Instead you can use a hosted “hand-crafted” tarball if there’s one or,
more likely, ‘git-fetch’.
> + (synopsis "Tools to manage Cramfs filesystems")
> + (description "Cramfs is a Linux filesystem designed to be simple, small,
> +and to compress things well. It is used on a number of embedded systems and
> +small devices. This version has additional features such as uncompressed
> +blocks and random block placement.")
Could you write “file systems” (two words)? This is by convention in
GNU and Guix.
Thanks in advance!
Ludo’.
This bug report was last modified 5 years and 135 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.