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

gnu: bcachefs-linux-module: Inherit from bcachefs-tools-minimal.

* gnu/packages/file-systems.scm (bcachefs-linux-module)[home-page]:
Inherit from bcachefs-tools-minimal rather than the /static variant.

Change-Id: Ia3b28916300380ccc5956bfcb19f62c0d6628fd8
This commit is contained in:
Tobias Geerinckx-Rice
2026-03-29 01:00:00 +01:00
parent 09fc9aa7f2
commit 4d758ddbd2

View File

@@ -1005,7 +1005,7 @@ minimal bcachefs-tools package. It is meant to be used in initrds.")
(getcwd) "/")
"DKMSDIR=build/"
make-flags))))))
(home-page (package-home-page bcachefs-tools-minimal/static))
(home-page (package-home-page bcachefs-tools-minimal))
(synopsis "Bcachefs Linux kernel module")
(description
"This package provides the Linux kernel module for Bcachefs.