diff options
| author | Marius Bakke <marius@gnu.org> | 2021-11-06 00:03:39 +0100 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2021-11-06 17:46:37 +0100 |
| commit | 75f2eb41ccd21fd38dc371830d93fc63083a83b4 (patch) | |
| tree | a7c58f39816c3c3af343e5ad5c1a5b05c999b60d /gnu/packages/benchmark.scm | |
| parent | 5e7c2eb7ae95064cb0c68e2ca6a9256a3b9f0b0d (diff) | |
gnu: fio: Disable Ceph/RADOS support.
This little-used feature is easy to add on demand and blows up the closure.
* gnu/packages/benchmark.scm (fio)[inputs]: Remove CEPH.
Diffstat (limited to 'gnu/packages/benchmark.scm')
| -rw-r--r-- | gnu/packages/benchmark.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index 3cee5dae179..e355a47d4e7 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm | |||
| @@ -47,7 +47,6 @@ | |||
| 47 | #:use-module (gnu packages python-science) | 47 | #:use-module (gnu packages python-science) |
| 48 | #:use-module (gnu packages python-web) | 48 | #:use-module (gnu packages python-web) |
| 49 | #:use-module (gnu packages python-xyz) | 49 | #:use-module (gnu packages python-xyz) |
| 50 | #:use-module (gnu packages storage) | ||
| 51 | #:use-module (ice-9 match)) | 50 | #:use-module (ice-9 match)) |
| 52 | 51 | ||
| 53 | (define-public fio | 52 | (define-public fio |
| @@ -93,8 +92,7 @@ | |||
| 93 | (find-files oldbin script?)))))))) | 92 | (find-files oldbin script?)))))))) |
| 94 | (outputs '("out" "utils")) | 93 | (outputs '("out" "utils")) |
| 95 | (inputs | 94 | (inputs |
| 96 | `(("ceph" ,ceph "lib") | 95 | `(("libaio" ,libaio) |
| 97 | ("libaio" ,libaio) | ||
| 98 | ("python" ,python) | 96 | ("python" ,python) |
| 99 | ("zlib" ,zlib))) | 97 | ("zlib" ,zlib))) |
| 100 | (home-page "https://github.com/axboe/fio") | 98 | (home-page "https://github.com/axboe/fio") |
