summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2026-03-29 01:00:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2026-03-29 01:00:00 +0100
commit5a44919bfd2d9e86eaf3b7c24ed52ee900813a19 (patch)
treefec718e014417e778f52ad2496a682c7ba7a2022 /gnu
parentf8828f568bf35e5e2113b101367e6bfed9d7fcfc (diff)
gnu: bcachefs-linux-module: Inherit more from -tools.
Keep tools and driver in strict sync, as that is what upstream supports. (‘Tightly coupled’ ain't even the word; it's the same source tree.) * gnu/packages/file-systems.scm (bcachefs-linux-module)[version]: Inherit from bcachefs-tools-minimal. [source]: Likewise. Change-Id: Ibe93f07ad1e7ebc995c4043fece3d4d0a1212d3c
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/file-systems.scm12
1 files changed, 2 insertions, 10 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 59cc0f46d54..7de4f180895 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -969,16 +969,8 @@ minimal bcachefs-tools package. It is meant to be used in initrds.")
(define-public bcachefs-linux-module
(package
(name "bcachefs-linux-module")
- (version "1.37.4")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://evilpiepirate.org/git/bcachefs-tools.git")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "17041jphzbg0ppxlc1acr3d73zyn02spjvi5my30wak8xh9n6nan"))))
+ (version (package-version bcachefs-tools-minimal))
+ (source (package-source bcachefs-tools-minimal))
(build-system linux-module-build-system)
(arguments
(list