diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
commit | bfdde6980834fe462b370ddb1ca0e42b22632090 (patch) | |
tree | cbcdf02439384aaff8fbfa4f7125fb970b0bf954 /gnu | |
parent | d030e42976545df8daaee5dcb8471928de249d38 (diff) | |
download | guix-bfdde6980834fe462b370ddb1ca0e42b22632090.tar.gz guix-bfdde6980834fe462b370ddb1ca0e42b22632090.zip |
gnu: bcachefs-tools-static: Add own synopsis.
* gnu/packages/file-systems.scm (bcachefs-tools/static)[synopsis]:
Say ‘statically-linked’.
Change-Id: Ie7a9da1d160d0386ca3b1c7266fce3c700028e92
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/file-systems.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 8a2255f078..059bdf67a9 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -818,7 +818,8 @@ performance and other characteristics.") `(,lz4 "static") `(,util-linux "static") `(,zlib "static") - `(,zstd "static")))))) + `(,zstd "static")))) + (synopsis "Statically-linked, minimal variant of bcachefs-tools"))) (define-public bcachefs/static (package |