guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: bcachefs-tools-static: Add own synopsis.


From: guix-commits
Subject: 07/07: gnu: bcachefs-tools-static: Add own synopsis.
Date: Thu, 19 Sep 2024 06:14:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bfdde6980834fe462b370ddb1ca0e42b22632090
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 18 02:00:00 2024 +0200

    gnu: bcachefs-tools-static: Add own synopsis.
    
    * 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]