From bfdde6980834fe462b370ddb1ca0e42b22632090 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 18 Aug 2024 02:00:00 +0200 Subject: [PATCH] gnu: bcachefs-tools-static: Add own synopsis. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/file-systems.scm (bcachefs-tools/static)[synopsis]: Say ‘statically-linked’. Change-Id: Ie7a9da1d160d0386ca3b1c7266fce3c700028e92 --- gnu/packages/file-systems.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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