mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: fio: Enable rbd support.
* gnu/packages/benchmark.scm (fio)[inputs]: Add ceph:lib.
This commit is contained in:
parent
dcfe44cbce
commit
aadead6f17
1 changed files with 4 additions and 2 deletions
|
@ -24,7 +24,8 @@ (define-module (gnu packages benchmark)
|
|||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages linux)
|
||||
#:use-module (gnu packages maths)
|
||||
#:use-module (gnu packages python))
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages storage))
|
||||
|
||||
(define-public fio
|
||||
(package
|
||||
|
@ -85,7 +86,8 @@ (define-public fio
|
|||
#t))))))
|
||||
(outputs '("out" "utils"))
|
||||
(inputs
|
||||
`(("libaio" ,libaio)
|
||||
`(("ceph" ,ceph "lib")
|
||||
("libaio" ,libaio)
|
||||
("gnuplot" ,gnuplot)
|
||||
("zlib" ,zlib)
|
||||
("python-numpy" ,python2-numpy)
|
||||
|
|
Loading…
Reference in a new issue