mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: bcachefs-linux-module: Update to 1.37.4.
* gnu/packages/file-systems.scm (bcachefs-linux-module): Update to 1.37.4. [arguments]: Remove the now-obsolete 'patch-source phase. I'm surprised that it ever worked as it broke Makefile syntax. Change-Id: Ice76e94bca91901e565eef57469091a7fb891ab1
This commit is contained in:
@@ -969,7 +969,7 @@ minimal bcachefs-tools package. It is meant to be used in initrds.")
|
|||||||
(define-public bcachefs-linux-module
|
(define-public bcachefs-linux-module
|
||||||
(package
|
(package
|
||||||
(name "bcachefs-linux-module")
|
(name "bcachefs-linux-module")
|
||||||
(version "1.35.1")
|
(version "1.37.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -978,7 +978,7 @@ minimal bcachefs-tools package. It is meant to be used in initrds.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jn7fqlvhr0iazfx31wamvmf3qmgrzlf9ghvz8qazk8b6ipv77fn"))))
|
(base32 "17041jphzbg0ppxlc1acr3d73zyn02spjvi5my30wak8xh9n6nan"))))
|
||||||
(build-system linux-module-build-system)
|
(build-system linux-module-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@@ -992,12 +992,6 @@ minimal bcachefs-tools package. It is meant to be used in initrds.")
|
|||||||
(with-output-to-file ".version"
|
(with-output-to-file ".version"
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(display #$version)))))
|
(display #$version)))))
|
||||||
(add-after 'unpack 'patch-source
|
|
||||||
(lambda _
|
|
||||||
(substitute* "Makefile"
|
|
||||||
;; Remove unnecessary dependencies
|
|
||||||
(("^.*PKG_CONFIG.*$")
|
|
||||||
""))))
|
|
||||||
(add-before 'configure 'prepare-build-directory
|
(add-before 'configure 'prepare-build-directory
|
||||||
(lambda* (#:key make-flags #:allow-other-keys)
|
(lambda* (#:key make-flags #:allow-other-keys)
|
||||||
(apply invoke "make" "install_dkms"
|
(apply invoke "make" "install_dkms"
|
||||||
|
|||||||
Reference in New Issue
Block a user