summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2024-08-18 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2024-09-08 02:00:00 +0200
commitbfdde6980834fe462b370ddb1ca0e42b22632090 (patch)
treecbcdf02439384aaff8fbfa4f7125fb970b0bf954
parentd030e42976545df8daaee5dcb8471928de249d38 (diff)
downloadguix-patches-bfdde6980834fe462b370ddb1ca0e42b22632090.tar
guix-patches-bfdde6980834fe462b370ddb1ca0e42b22632090.tar.gz
gnu: bcachefs-tools-static: Add own synopsis.
* gnu/packages/file-systems.scm (bcachefs-tools/static)[synopsis]: Say ‘statically-linked’. Change-Id: Ie7a9da1d160d0386ca3b1c7266fce3c700028e92
-rw-r--r--gnu/packages/file-systems.scm3
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