1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

* gnu/packages/file-systems.scm (bcachefs-tools/static)[synopsis]:
Say ‘statically-linked’.

Change-Id: Ie7a9da1d160d0386ca3b1c7266fce3c700028e92
This commit is contained in:
Tobias Geerinckx-Rice
2024-08-18 02:00:00 +02:00
parent d030e42976
commit bfdde69808

View File

@@ -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