Archived
1
0
Fork 0

gnu: squashfs-tools: Update description.

* gnu/packages/compression.scm (squashfs-tools)[description]:
Don't mention zlib; compact discs; youth.
This commit is contained in:
Tobias Geerinckx-Rice 2021-07-01 04:19:19 +02:00
parent 8339c70b96
commit a7e0266c9b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -896,12 +896,12 @@ time for compression ratio.")
(home-page "https://github.com/plougher/squashfs-tools") (home-page "https://github.com/plougher/squashfs-tools")
(synopsis "Tools to create and extract squashfs file systems") (synopsis "Tools to create and extract squashfs file systems")
(description (description
"Squashfs is a highly compressed read-only file system for Linux. It uses "Squashfs is a highly compressed read-only file system for Linux. It
zlib to compress files, inodes, and directories. All blocks are packed to compresses files, inodes, and directories with one of several compressors.
minimize the data overhead, and block sizes of between 4K and 1M are supported. All blocks are packed to minimize the data overhead, and block sizes of
It is intended to be used for archival use, for live CDs, and for embedded between 4K and 1M are supported. It is intended to be used for archival use,
systems where low overhead is needed. This package allows you to create and for live media, and for embedded systems where low overhead is needed.
extract such file systems.") This package allows you to create and extract such file systems.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public pigz (define-public pigz