guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: fio: Disable Ceph/RADOS support.


From: guix-commits
Subject: 02/03: gnu: fio: Disable Ceph/RADOS support.
Date: Sat, 6 Nov 2021 12:52:05 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 75f2eb41ccd21fd38dc371830d93fc63083a83b4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Nov 6 00:03:39 2021 +0100

    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(-)

diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 3cee5da..e355a47 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]