gnu: bcachefs-tools: Update to 0.1-9.6c42566.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-9.6c42566. [native-inputs]: Add python and python-docutils.
This commit is contained in:
parent
bb6257212f
commit
a4ffe3d145
1 changed files with 8 additions and 4 deletions
|
@ -415,8 +415,8 @@ from a mounted file system.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public bcachefs-tools
|
(define-public bcachefs-tools
|
||||||
(let ((commit "fe1bb39aa52d9140981ba1e96f3c95ddf14006ce")
|
(let ((commit "6c42566c6204bb5dcd6af3b97257e548b9d2db67")
|
||||||
(revision "8"))
|
(revision "9"))
|
||||||
(package
|
(package
|
||||||
(name "bcachefs-tools")
|
(name "bcachefs-tools")
|
||||||
(version (git-version "0.1" revision commit))
|
(version (git-version "0.1" revision commit))
|
||||||
|
@ -428,7 +428,7 @@ from a mounted file system.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ks6w2v76pfpp70cv1d6znxaw1g5alz1v6hf8z9gvj15r94vgpwz"))))
|
(base32 "0xagz0k3li10ydma55mnld0nb2pyfx90vsdvgjflgnx6jw3cq4dq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
@ -464,7 +464,11 @@ from a mounted file system.")
|
||||||
|
|
||||||
;; For tests.
|
;; For tests.
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest)
|
||||||
("valgrind" ,valgrind)))
|
("valgrind" ,valgrind)
|
||||||
|
|
||||||
|
;; For generating documentation with rst2man.
|
||||||
|
("python" ,python)
|
||||||
|
("python-docutils" ,python-docutils)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("eudev" ,eudev)
|
`(("eudev" ,eudev)
|
||||||
("keyutils" ,keyutils)
|
("keyutils" ,keyutils)
|
||||||
|
|
Reference in a new issue