From 75f2eb41ccd21fd38dc371830d93fc63083a83b4 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 6 Nov 2021 00:03:39 +0100 Subject: 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. --- gnu/packages/benchmark.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index 3cee5dae17..e355a47d4e 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -47,7 +47,6 @@ #:use-module (gnu packages python-science) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) - #:use-module (gnu packages storage) #:use-module (ice-9 match)) (define-public fio @@ -93,8 +92,7 @@ (find-files oldbin script?)))))))) (outputs '("out" "utils")) (inputs - `(("ceph" ,ceph "lib") - ("libaio" ,libaio) + `(("libaio" ,libaio) ("python" ,python) ("zlib" ,zlib))) (home-page "https://github.com/axboe/fio") -- cgit v1.2.3