mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -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+)))
|
||||
|
||||
(define-public bcachefs-tools
|
||||
(let ((commit "ab2f1ec24f5307b0cf1e3c4ad19bf350d9f54d9f")
|
||||
(revision "0"))
|
||||
(let ((commit "742dbbdbb90efb786f05a8576917fcd0e9cbd57e")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "bcachefs-tools")
|
||||
(version (git-version "0.1" revision commit))
|
||||
|
@ -267,7 +267,7 @@ (define-public bcachefs-tools
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "10pafvaxg1lvwnqjv3a4rsi96bghbpcsgh3vhqilndi334k3b0hd"))))
|
||||
(base32 "0kn8y3kqylz6scv47mzfmwrlh21kbb14z5vs65vks8w50i26sxnc"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
|
@ -287,7 +287,8 @@ (define-public bcachefs-tools
|
|||
("python-pytest" ,python-pytest)
|
||||
("valgrind" ,valgrind)))
|
||||
(inputs
|
||||
`(("keyutils" ,keyutils)
|
||||
`(("eudev" ,eudev)
|
||||
("keyutils" ,keyutils)
|
||||
("libaio" ,libaio)
|
||||
("libscrypt" ,libscrypt)
|
||||
("libsodium" ,libsodium)
|
||||
|
|
Loading…
Reference in a new issue