1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

gnu: bcachefs-static: Consistently inherit bcachefs-tools/static.

* gnu/packages/file-systems.scm (bcachefs/static)[version, home-page, license]:
Inherit bcachefs-tools/static.

Change-Id: Idc3b3e3538876b55dc9e27912c976f5d03cc95cb
This commit is contained in:
Tobias Geerinckx-Rice 2024-08-18 02:00:00 +02:00
parent 333885f613
commit a1aed6f159
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -715,7 +715,7 @@ performance and other characteristics.")
(define-public bcachefs/static (define-public bcachefs/static
(package (package
(name "bcachefs-static") (name "bcachefs-static")
(version (package-version bcachefs-tools)) (version (package-version bcachefs-tools/static))
(source #f) (source #f)
(build-system trivial-build-system) (build-system trivial-build-system)
(arguments (arguments
@ -733,11 +733,12 @@ performance and other characteristics.")
(invoke "sbin/bcachefs" "version"))))) ; test suite (invoke "sbin/bcachefs" "version"))))) ; test suite
(inputs (inputs
(list bcachefs-tools/static)) (list bcachefs-tools/static))
(home-page (package-home-page bcachefs-tools)) (home-page (package-home-page bcachefs-tools/static))
(synopsis "Statically-linked bcachefs command from bcachefs-tools") (synopsis "Statically-linked bcachefs command from bcachefs-tools")
(description "This package provides the statically-linked @command{bcachefs} (description
from the bcachefs-tools package. It is meant to be used in initrds.") "This package provides the statically-linked @command{bcachefs} from the
(license (package-license bcachefs-tools)))) bcachefs-tools package. It is meant to be used in initrds.")
(license (package-license bcachefs-tools/static))))
(define-public exfatprogs (define-public exfatprogs
(package (package