mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: bcachefs-tools: Update to 0.1-1.742dbbd.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-1.742dbbd. [inputs]: Add eudev.
This commit is contained in:
parent
d057a9c423
commit
c95fbe645f
1 changed files with 5 additions and 4 deletions
|
@ -254,8 +254,8 @@ (define-public gphotofs
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public bcachefs-tools
|
(define-public bcachefs-tools
|
||||||
(let ((commit "ab2f1ec24f5307b0cf1e3c4ad19bf350d9f54d9f")
|
(let ((commit "742dbbdbb90efb786f05a8576917fcd0e9cbd57e")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "bcachefs-tools")
|
(name "bcachefs-tools")
|
||||||
(version (git-version "0.1" revision commit))
|
(version (git-version "0.1" revision commit))
|
||||||
|
@ -267,7 +267,7 @@ (define-public bcachefs-tools
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10pafvaxg1lvwnqjv3a4rsi96bghbpcsgh3vhqilndi334k3b0hd"))))
|
(base32 "0kn8y3kqylz6scv47mzfmwrlh21kbb14z5vs65vks8w50i26sxnc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
@ -287,7 +287,8 @@ (define-public bcachefs-tools
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest)
|
||||||
("valgrind" ,valgrind)))
|
("valgrind" ,valgrind)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("keyutils" ,keyutils)
|
`(("eudev" ,eudev)
|
||||||
|
("keyutils" ,keyutils)
|
||||||
("libaio" ,libaio)
|
("libaio" ,libaio)
|
||||||
("libscrypt" ,libscrypt)
|
("libscrypt" ,libscrypt)
|
||||||
("libsodium" ,libsodium)
|
("libsodium" ,libsodium)
|
||||||
|
|
Loading…
Reference in a new issue